Commit Graph

4706 Commits

Author SHA1 Message Date
John Firebaugh 383adde8a9 Update imagery 2014-10-05 10:02:54 -07:00
John Firebaugh 0b1ec49402 Rewrite as a separate layer 2014-09-19 14:51:44 -07:00
samanpwbb 3c9ec76b33 add missing semicolons 2014-09-16 15:16:26 -04:00
samanpwbb e721e93a31 cleanup mapillary UI 2014-09-16 13:49:13 -04:00
Tom MacWright 88bb6967d9 Style and usability simplifications 2014-09-11 14:14:57 -07:00
Peter Neubauer 29dde3f217 Implement Mapillary layer in iD
- adding a temp wikipedia icon from http://upload.wikimedia.org/wikipedia/commons/4/45/Right-facing-Arrow-icon.jpg

Making the click update and rotate an image marker on the map with comapss direction. Needs to be centered etc.

now properly enabling/disabling the different Mapillary layers upon activation/deactivation

Upgrade to faster Mapillary API

better arrow icon, refactoring to have all single-image operations in the image-layer

dist build

adding mapillary translation

adjusting image link

trying to adjust the image link for github deploy

better layout

removing font-awesome, not needed.

https for calls

consistent quotes

taking care of more translation, fix case of no images found on Mapillary

more english translations

- scoping image calls to selection.
- .inspector-wrap and .panewrap are hard to scope, since they are outside the selection, same for the #mapillary-inspector.

-scoping calls in sequences layer

adding translation

fixing jslint errors

more jshint errors

adding mapillary to tests

trying to lay out single markers, please help with the geo translation, @jfirebaugh

- adding the image layer to the active iD SVG instead of background
- add a new mode for selecting Mapillary images
- first stab of adding the image pane in the sidebar itself in order to contain the selections (needs to be layouted)

cleaning

trying to mark and keep selected image between mouseovers

refactoring to contain mapillary into the iamge mode

refactoring to contain mapillary into the iamge mode

adding to test html

cleaning up

handling unset selected image

cleanup

better sidebar

moving image into the lower right

Minor visual adjustment mapillaryImage

better no_image text and toggling of selected image

handling of text disappearing

intendation

fixing test errors

making sequences be below images

open Mapillary links in new tabs

better arrows and selectability on arrows as a workaround for real navigation in panos

more contrast for the selected image

adjusting image style

- adjusting style, removing sequence lines
- adding photos as a mode with shortcut 'm'

- fix test errors

moving switch back to right sidebar, keeping keyboard shortcut.

cleanup

file rename to avoid GIT mess with casing.

- better scoping
- removed unused hover function

- making the checkbox follow mode changes

removing unused icon

handling automatic mode exit
2014-09-11 14:14:57 -07:00
Bryan Housel 9378cd152e should be organic: only
http://wiki.openstreetmap.org/wiki/Key:organic
2014-09-09 16:14:22 -04:00
John Firebaugh 6a87b7592b Merge pull request #2348 from clkao/organic-shop
shop=organic is deprecated
2014-09-06 09:11:57 -07:00
Chia-liang Kao d3c3634ccc shop=organic is deprecated 2014-09-06 22:54:55 +08:00
John Firebaugh 2edea8f5fd Add taginfo projects data
https://wiki.openstreetmap.org/wiki/Taginfo/Projects
2014-09-05 09:56:58 -07:00
Bryan Housel 180828479e Merge pull request #2345 from bhousel/only_real_uturns
Only use no_u_turn restriction for actual U-turns
2014-09-02 17:13:13 -04:00
Bryan Housel 43777d5259 Better inferRestriction for no_u_turn
* where from.node === to.node
* where from.way and to.way are oneways joined at a narrow angle
2014-09-02 16:43:31 -04:00
Bryan Housel 4b89b1cba1 ping me on IRC 2014-09-02 13:32:57 -04:00
Bryan Housel cf715a5156 Only use no_u_turn restriction for angles < 5 2014-08-31 21:59:23 -04:00
John Firebaugh e00a9cf067 Update to rbush 1.3.3 2014-08-29 16:55:37 -07:00
John Firebaugh 24904555d1 Merge pull request #2337 from bhousel/preset-cleanup
Preset Cleanups
2014-08-26 10:05:27 -07:00
John Firebaugh 94bc5b0c3d Don't include geometry filter for taginfo keys query (#2333) 2014-08-26 09:46:29 -07:00
Bryan Housel f67ec4f957 another round of preset cleanups:
* improve search terms, and remove some which were redundant
* add many missing presets under `shop=*` (from wiki)
* remove `vertex` geometry from many building-like presets
2014-08-26 00:25:34 -04:00
Bryan Housel 1a8ef310c6 Merge branch 'master' into preset-cleanup
Conflicts:
	data/presets/presets.json
	data/presets/presets/amenity/post_office.json
2014-08-25 14:05:49 -04:00
Bryan Housel bf4659e98f more consistency in presets..
* in general, display fields:
    operator, address, building_area, hours (where this makes sense)
* make kindergarten, school, college, university more similar
* show building_area for most craft=* and shop=*
* remove erroneous `tinsmith` file
* update README
* structure json files like:
    icon, fields, geometry, terms, tags, name
    (most json files were this way already)
2014-08-25 13:44:49 -04:00
John Firebaugh f11e8c5635 Add address to post office preset (fixes #2332) 2014-08-25 10:29:18 -07:00
John Firebaugh 0221c9b877 Rewrite area intro sentence (#2336) 2014-08-25 10:26:27 -07:00
Bryan Housel a8840a1075 Better presets for running, motor, non-motor race tracks
closes #2330
2014-08-22 12:34:39 -04:00
Bryan Housel 7a6641a5aa Better polygon intersection test
(see also my comment on 83030be)
2014-08-12 22:40:43 -04:00
Bryan Housel eb9bece6fd document comment url parameter 2014-08-11 20:20:28 -04:00
Bryan Housel 21da76cf80 add comment url param to prefill changeset comment (closes #2311)
for integration with HOT Task Manager or other OSM tools
2014-08-11 19:51:52 -04:00
Bryan Housel 9a2f30d62a change residential, commercial landuse styles (closes #2317)
Now using softer versions of the "standard" LBCS landuse styles from here:
https://www.planning.org/lbcs/standards/pdf/InOneFile.pdf
2014-08-11 16:52:09 -04:00
John Firebaugh 362d1b4a58 Add preset for amenity=bureau_de_change (fixes #2309) 2014-07-29 14:24:04 -07:00
John Firebaugh b448d0e236 Make amenity preset non-searchable (fixes #2310) 2014-07-29 14:21:35 -07:00
John Firebaugh cbac33ca9a 1.5.4 2014-07-29 11:10:34 -07:00
John Firebaugh 1bebd33dd3 Update translations 2014-07-29 11:09:23 -07:00
John Firebaugh 1519ad6273 Merge pull request #2299 from simonpoole/patch-3
Reword description for delete action
2014-07-29 10:43:22 -07:00
John Firebaugh b4fa085663 Do not fully fill certain landuse values, e.g. landuse=residential
residential, retail, commercial and industrial landuse tags
typically cover large, dense areas with many overlapping
features. The large click targets of filled areas have proven
to be very good for usability in the general case, but are
a common source of accidental mistagging in this case.

We may add additional tags to this list, but these are the
obvious first step — especially landuse=residential.

Fixes #542.
2014-07-29 10:34:27 -07:00
Bryan Housel e23448c25e Class midpoints to match parent way and adjust styles.
After editing more with 1.5.3, I really dislike the more visible
midpoints I added in afa1efd.  This commit gives the midpoints
tag classes so that we can style only *certain* midpoints more visible
(footpath, cycleway, bridleway, etc) and leave all the others dim.
2014-07-28 23:11:52 -04:00
John Firebaugh efe530439d Merge pull request #2307 from 1ec5/climing
climing → climbing
2014-07-26 17:28:21 -07:00
Minh Nguyễn ff32dc3897 climing → climbing 2014-07-26 15:58:05 -07:00
Bryan Housel 83030bed54 test visibility of gpx coords instead of just comparing extents. 2014-07-25 23:54:01 -04:00
John Firebaugh feb642989e 1.5.3 2014-07-25 10:03:25 -07:00
John Firebaugh dac4a0aba9 Update translations 2014-07-25 10:02:12 -07:00
John Firebaugh 9f00e465e9 Revert brand-related preset changes
I'm not convinced we shouldn't be encouraging simply tagging
`name=McDonald's`, `name=Shell`, etc., without `brand` or
`operator` at all.
2014-07-25 10:02:12 -07:00
Bryan Housel 4d40e8f50b When adding gpx, only rezoom map if gpx not in viewport (closes #2297) 2014-07-25 11:59:33 -04:00
Bryan Housel 7cd7ec8af6 add brand field to fast_food, restaurant presets too 2014-07-25 11:22:04 -04:00
Bryan Housel a988a0647d Add brand field to fuel preset (closes #2300) 2014-07-25 10:34:51 -04:00
John Firebaugh 9822cb3651 Workaround for chrome crash bug (#2295) 2014-07-24 10:33:23 -07:00
Bryan Housel 60af39c7da add mtb:scale, mtb:scale:uphill, mtb:scale:imba (closes #2244) 2014-07-23 13:54:48 -04:00
Bryan Housel 4f141a153e name suggestions should set name and also brand (see #2300) 2014-07-22 14:44:25 -04:00
Bryan Housel b090035e64 Merge pull request #2296 from bhousel/master
Support option strings for combo fields
2014-07-22 14:08:50 -04:00
John Firebaugh 467e7ee877 Add amenity=bus_station preset (fixes #2298) 2014-07-22 10:53:20 -07:00
Bryan Housel cc7649406d Update preset options according to #2296 2014-07-22 12:15:05 -04:00
Bryan Housel 2b96064ed3 Continue support for options array of keys 2014-07-22 12:14:13 -04:00