Commit Graph

5320 Commits

Author SHA1 Message Date
Bryan Housel ce3cbcc197 1.8.2 2015-12-10 17:55:26 -08:00
Bryan Housel 9206c541c5 make imagery 2015-12-10 17:53:48 -08:00
Bryan Housel 71603f08b7 make translations 2015-12-10 17:53:15 -08:00
Bryan Housel 6caad1bcea Set default map view to 2/0/0 (zoomed out world)
(should cut down on errant edits in Washington DC)
2015-12-10 14:02:47 -08:00
Bryan Housel 239abdf4e7 Better save and restore map state when entering walkthrough
(should cut down on errant edits in Three Rivers, MI)
2015-12-10 14:02:16 -08:00
Bryan Housel 20a80830fe Change maxstay to combo with options, no placeholder (closes #2866) 2015-12-09 13:46:53 -08:00
Bryan Housel 00b426e951 Add snake_case field property (closes #2867)
The vast majority of tag values in OSM should be automatically snake_cased
(e.g. `amenity=place_of_worship`)
But there are a few exceptions, e.g. fields expected to include a unit
(e.g. `maxstay=1 day`)
So this allows a ui field to set whether or not to automatically snake_case
2015-12-09 13:46:30 -08:00
Bryan Housel 56f286a549 Restore generic vending machine, adjust names and terms (closes #2827) 2015-12-08 00:47:25 -08:00
Bryan Housel 31a76b442a Merge branch 'master' of https://github.com/henningvs/iD into henningvs-master 2015-12-08 00:07:23 -08:00
Bryan Housel 6f6a250483 Use Maki dentist icon 2015-12-08 00:04:49 -08:00
Bryan Housel de2e716d44 Reword "merge lines" to "merge features" (closes #2861) 2015-12-07 23:43:35 -08:00
Bryan Housel e06d0cbca6 Merge pull request #2853 from openstreetmap/no-roundcoords
Eliminate rounding causing jumpiness and loss of precision
2015-12-07 23:39:21 -08:00
Bryan Housel bddb7cb8c8 Add maxstay field for amenity=parking preset (closes #2851) 2015-12-07 23:37:51 -08:00
Bryan Housel fcdc62502a Don't set building=yes for amenity=fuel or waterway=fuel (closes #2857) 2015-12-07 23:26:19 -08:00
Bryan Housel 6cc6a53da5 Don't render waterway=fuel like other area waterways 2015-12-07 23:17:09 -08:00
Bryan Housel 72aac45db2 Relicense to ISC 2015-12-07 19:50:39 -08:00
Bryan Housel 23bd2a101d Fix issues with <use>'d elements and fill under Firefox (closes #2860) 2015-12-06 22:28:09 -08:00
Bryan Housel 134ac6709b Handle situation when user closes oauth dialog window (closes #2858) 2015-12-04 20:56:46 -05:00
Bryan Housel 30e571d78f reapply 165aae8 2015-12-02 16:51:36 -05:00
Bryan Housel 98d428e867 1.8.1 2015-12-02 16:47:23 -05:00
Bryan Housel b7ed6456ef Add make suggestions step 2015-12-02 16:46:23 -05:00
Bryan Housel 2c058ce723 make imagery 2015-12-02 16:33:33 -05:00
Bryan Housel 3b460f1fb9 make translations 2015-12-02 16:31:58 -05:00
Bryan Housel 165aae86d4 Change "IE9 and above" to "IE11 and above" 2015-12-02 16:20:13 -05:00
Bryan Housel a6d7fc7bb7 Add documentation on tag classes and midpoints 2015-12-02 16:19:47 -05:00
Bryan Housel b892b8c156 Adjust to new taginfo wiki_pages API call (closes #2844)
Also decouple tag_reference.js from taginfo.js service
(no need to have special callback semantics just to retry the call w/o value)
2015-12-02 11:44:00 -05:00
Bryan Housel 0b93fefa41 Add surface and tracktype as secondary tags for classing 2015-12-01 15:41:45 -05:00
Bryan Housel 8a9accfe8d Replace generic "tag-ephemeral" with specific "tag-status tag-status-xxx" 2015-12-01 15:31:25 -05:00
Bryan Housel 868cfe01ed Merge pull request #2571 from openstreetmap/ie10
Support Internet Explorer 11
2015-12-01 14:31:24 -05:00
Bryan Housel 949935d846 Check iD.detect().support instead of relying on conditional IE comment 2015-12-01 14:25:32 -05:00
Bryan Housel f6529cac39 Eliminate rounding causing jumpiness and loss of precision (closes #2849) 2015-12-01 11:39:26 -05:00
Bryan Housel a117862e3f Detect Edge useragent 2015-11-26 01:54:50 -05:00
Bryan Housel 16ca10708b Fix oneway markers in IE 2015-11-26 01:11:46 -05:00
Bryan Housel 9d8eba6e1d add symbolic link to img so IE can find cursors
https://github.com/openstreetmap/iD/issues/1431#issuecomment-87899497
2015-11-25 21:46:15 -05:00
Bryan Housel b9bbc051f2 Hide IE clear field icon
https://github.com/openstreetmap/iD/issues/1431#issuecomment-87894373
2015-11-25 21:46:15 -05:00
Bryan Housel fc1ae42e5b Better styles for paved/unpaved roads and tracks (closes #2750) 2015-11-25 15:30:05 -05:00
Bryan Housel b4628298d9 Differentiate between paved/unpaved roads (closes #2564)
Now `iD.svg.TagClasses` will add the class 'tag-unpaved' for unpaved roads.
2015-11-25 15:28:37 -05:00
Henning von See ef87883c0a Corrected JSON 2015-11-25 17:47:34 +01:00
Henning von See 4656776d24 New presets for the different types of vending machines 2015-11-25 16:41:33 +01:00
Bryan Housel 093b2a5a60 Workaround for broken maki hairdresser-18 icon 2015-11-25 02:00:28 -05:00
Bryan Housel a48e897df6 Drop matchScore for building presets (closes #2793)
Previously matching was too dependant on tag order..
`building=retail + shop=mall` matched `building=retail` preset
`shop=mall + building=retail` matched `shop=mall` preset

Now iD will prefer the preset that's not the building one.
2015-11-25 01:50:12 -05:00
Bryan Housel 97f1830e3b Disambiguate building presets (closes #2799)
* "Church" -> "Church Building"
* Match generic building=* preset for nodes
* Don't match specific building presets for nodes

This means that if a user adds a node and types "School" they will be
offered the amenity, not the building.
2015-11-25 01:28:35 -05:00
Bryan Housel df1cbbffb4 Add handrail field to steps preset (closes #2815) 2015-11-25 00:14:55 -05:00
Bryan Housel 0e203c60cf Merge pull request #2841 from openstreetmap/best-imagery
Prefer imagery marked as `best` in editor-imagery-index
2015-11-24 23:43:17 -05:00
Bryan Housel e626d08b58 Don't transform gpx layer, as it is attached to tiles container
This was adding an extra scale transform to the gpx layer, but only while minimap zooming
2015-11-24 14:20:58 -05:00
Bryan Housel 7f56c4d8db Merge pull request #2829 from naturalatlas/minimap-fixes
Support for multiple overlays in minimap + fix for #2813
2015-11-24 14:20:30 -05:00
Bryan Housel 9c8ca825d4 Merge pull request #2838 from jleedev/patch-1
Fix iD.detect when navigator.languages is empty.
2015-11-24 10:09:40 -05:00
Bryan Housel e5cd08a349 Prefer imagery marked as best (closes #2826)
* Sorts the imagery at the top of the background list
* Pick automatically if the url hash doesn't have another imagery chosen
* also fixes #1310
2015-11-23 21:15:48 -05:00
Bryan Housel 0fa02066b9 Remove --symbol-inline and directly generate dist/img/maki-sprite.svg 2015-11-23 13:08:13 -05:00
Josh Lee 7500daca28 Update id.js
Fix iD.detect when navigator.languages is empty.
2015-11-20 19:33:24 -05:00