Commit Graph

5282 Commits

Author SHA1 Message Date
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
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
Brian Reavis 13f0ceda3e Support for multiple overlays in minimap + fix for #2813 2015-11-10 12:03:13 -07:00
Bryan Housel 2291e8d9a7 1.8.0 2015-11-07 23:10:54 -05:00
Bryan Housel 20bd410713 make imagery 2015-11-07 15:56:18 -05:00
Bryan Housel 0a6413408f make translations 2015-11-07 15:55:47 -05:00
Bryan Housel 9cb53a1117 Don't update urlhash during the walkthrough (related: #1795)
Users are likely reloading the page (e.g with Cmd-R) and getting put back into
Three Rivers, thinking they are still in the tutorial.
2015-11-06 01:02:05 -05:00
Bryan Housel 9cce9970aa Add surface type to parking preset (closes #2816) 2015-11-05 23:51:33 -05:00
Bryan Housel 0b1abc5c4f Make 100% brightness the default (closes #2824) 2015-11-05 16:12:49 -05:00
Bryan Housel 3f8e99658c No need to check in generated dist/img/*.svg 2015-11-05 12:20:15 -05:00
Bryan Housel bf79efa342 Merge pull request #2819 from digidem/fix-way-test
Correct iD.Way test to use Way() not Entity()
2015-11-05 11:16:23 -05:00
Bryan Housel 98019ce743 Merge pull request #2811 from openstreetmap/osmcarto-highway-colors
Update highway colors to match openstreetmap-carto
2015-11-05 10:58:16 -05:00
Bryan Housel d8e627b9b1 Translate operations icons rather than adding x,y attributes to the symbol
(Internet Explorer ignores the x,y attributes)
2015-11-05 10:43:06 -05:00
Bryan Housel ed2a25bff4 Don't set fill:none for paths in a use (only FF does this) 2015-11-05 10:26:21 -05:00
Bryan Housel e033c1c672 Don't wrap bottom bar info-block on overflow 2015-11-04 11:28:54 -05:00
Bryan Housel eb88b67673 CSS styling for all preset icons 2015-11-04 10:47:28 -05:00
Bryan Housel d5a239159f Workarounds for Maki 2015-11-03 21:09:30 -05:00
Bryan Housel 5d00ee523c Workaround for Firefox svg icons 2015-11-03 21:06:16 -05:00
Bryan Housel d729795049 Use svg for maki also 2015-11-03 16:43:22 -05:00
Bryan Housel 3853c0d993 Fix the rest of the icons (leave walkthrough graphics alone for now) 2015-11-02 20:46:08 -05:00
Bryan Housel 7a9acd84ee Restore almost all of the rest of the icons throughout the UI 2015-10-31 01:38:39 -04:00
Bryan Housel 27439208b1 Restore iD-sprite preset icons 2015-10-30 16:23:08 -04:00
Bryan Housel 53deaad7af Restore preset-icon-frame 2015-10-30 15:32:02 -04:00
Bryan Housel aa91ff49f8 Icons for operations, turn restrictions, bug/translate (closes #2766) 2015-10-30 14:06:29 -04:00
Bryan Housel d2cd3a2f38 Ignore npm-debug.log 2015-10-30 14:00:57 -04:00
Bryan Housel 3af17cb011 Add iD.svg.Icon svg icon builder 2015-10-30 14:00:36 -04:00
Bryan Housel d5dcc1ff1a More cleanups to iD-sprite and styles, remove old png and json files 2015-10-29 23:18:21 -04:00
Bryan Housel 6618395f8c Create spriteify script to turn convert svg groups to viewBoxed symbols 2015-10-29 15:12:15 -04:00
Bryan Housel 070d13788e Add line and relation presets to iD-sprite and define viewBoxes 2015-10-28 15:50:20 -04:00
Gregor MacLennan facffcfc39 Correct iD.Way test to use Way() not Entity() 2015-10-27 12:18:05 -06:00
Bryan Housel c021be99d0 WIP: style adjustments for radial menu operations icons 2015-10-24 22:51:48 -04:00
Bryan Housel a6b83ef27f WIP: working svg sprite, import to defs, icons stylizable by css 2015-10-23 19:03:12 -04:00
Bryan Housel 444357348a Remove inset box for residential, commercial, industrial preset images 2015-10-22 16:12:15 -04:00
Bryan Housel 9f6f49bcb9 Use unicode characters for forward/backward buttons, not images 2015-10-22 16:11:36 -04:00
Bryan Housel 06c0816e03 cleanup /svg folder 2015-10-21 15:24:54 -04:00
Bryan Housel 68c6cfd27a Update highway colors to match openstreetmap-carto (closes #2764) 2015-10-21 01:24:39 -04:00
Bryan Housel 231df50c39 Merge pull request #2808 from bagage/master
Add rugby_union and rubgy_league
2015-10-20 23:29:27 -04:00
Bryan Housel c4bb80e683 Merge pull request #2802 from arunasank/master
Add military presets (fixes #2177)
2015-10-20 23:10:45 -04:00
Bryan Housel ef2b4271b7 Merge pull request #2809 from openstreetmap/conflicting-tags
Disable joining ways with conflicting tags
2015-10-20 23:06:35 -04:00
Bryan Housel 0aa899a580 Fix turn restrictions involving circular ways (closes #2807) 2015-10-20 22:52:39 -04:00