Commit Graph

78 Commits

Author SHA1 Message Date
Quincy Morgan
775b7ed4b8 Remove Bay from Water Bodies category since it's not like the others 2019-04-18 10:13:42 -07:00
Quincy Morgan
df7a2f978e Use highway tags for golf paths and cart paths (close #6165)
Offer to upgrade golf paths missing highway tags
2019-04-09 19:07:00 -07:00
Quincy Morgan
374cae5a7d Add validation issue flagging ways with highway=road (close #5998) 2019-03-17 11:57:28 -04:00
Quincy Morgan
24e0a1996a Replace redundant category icons 2019-03-06 15:50:02 -05:00
Quincy Morgan
e0d439a611 Reorder presets in major roads category 2019-03-06 09:42:56 -05:00
Quincy Morgan
17a3e0f6be Update preset categories 2019-03-06 09:30:22 -05:00
Quincy Morgan
b828ada0e2 Don't allow adding point-only features as vertices 2019-03-04 17:04:35 -05:00
Quincy Morgan
1a6d42c9cd Update water categories and icons 2019-03-04 14:17:33 -05:00
Quincy Morgan
734731bfda Make categories not geometry-specific 2019-03-04 13:39:30 -05:00
Bryan Housel
043b827cc7 Remove linear water_hazard and lateral_water_hazard presets
From reviewing wiki, these seem like not a thing - they are always areas.
re: https://wiki.openstreetmap.org/wiki/Tag:leisure%3Dgolf_course
2019-02-06 22:07:07 -05:00
Bryan Housel
ce3b33e374 Add style for golf walking paths and cartpaths
Also
- use field inheritance to simplify presets
- rename multipurpose to "Golf Cartpath / Service Road"
  (I think users would understand this better)
- add `maxspeed` to "Golf Cartpath / Service Road"
2019-02-06 21:56:22 -05:00
Chad Rockey
31a5264c37 Add Golf Cartpath Multipurpose 2019-02-05 22:55:38 -08:00
Chad Rockey
d3afa9449e Add driving range preset 2019-02-04 22:29:06 -08:00
Chad Rockey
a7955bc3f9 Presets for golf paths and cartpaths 2019-02-04 21:14:17 -08:00
Quincy Morgan
20553dc977 Fix for prior commit 2019-01-15 14:56:30 -05:00
Quincy Morgan
c6dd743f90 Updated social_facility and vending_machine presets to use field inheritance 2019-01-15 14:55:52 -05:00
Bryan Housel
b7192d65c0 Add "Garage" to the "Building Features" category
(closes #5375)
2018-10-12 16:08:50 -04:00
Quincy Morgan
72842ff0f5 Adds the Underground Power Cable Preset (closes #5380)
Adds the Utility Features preset category for line geometry
Adds terms to the Pipeline preset
2018-10-07 11:05:31 -07:00
Bryan Housel
1ffca3ce85 Switch crossing presets to "marked"/"unmarked", retain "zebra" as unsearchable 2018-10-02 17:01:04 -04:00
Bryan Housel
27f31433c6 Move footway presets under highway folder, simplify conveying 2018-10-02 14:51:54 -04:00
Bryan Housel
440b01a6ca Use json-stringify-pretty-compact for compacter json
(this reduces a few file sizes and will make for better github diffs)
2018-06-15 11:48:07 -04:00
Bryan Housel
470835b38f Extract all graphics from iD sprite, reassemble with svg-sprite
All iD sprite graphics are now prefixed with `iD-`
Also includes support for sending the preset logos to taginfo
2018-06-08 16:06:46 -04:00
Bryan Housel
da10b6b254 Add maki- prefix to all maki icons
(re: #3924)
2018-06-05 22:12:33 -04:00
Bryan Housel
3b882c8145 Rename "No Turns" to "Only Straight On", add "Only U-turn" preset
(closes #4952)
2018-03-28 16:04:10 -04:00
Bryan Housel
799204c56e barrier=kerb can also be mapped as a line 2018-01-23 15:09:27 -05:00
Bryan Housel
b29cc88f36 Add Retail Building to buildings, switch Commercial icon to suitcase
(closes #4590)
2017-12-05 11:38:40 -05:00
Bryan Housel
855c6d5c2f Add preset for route=subway relation
(closes #4548)
2017-11-20 15:03:33 -05:00
Bryan Housel
73c231a73a Add preset for piste route relation 2017-11-20 09:20:01 -05:00
Bryan Housel
3b3ce09906 Add route=light_rail relation route preset
(closes #4538)
2017-11-19 23:20:00 -05:00
Bryan Housel
7080661fd4 Add preset for "Pedestrian Area" (highway=pedestrian + area=yes)
(closes #4488)
2017-10-31 16:21:39 -04:00
Yuliia Veklycheva
f958ad37f1 Add landuse=religious preset 2017-10-27 16:22:57 +03:00
Bryan Housel
52a1751dd8 npm run build for categories.json 2017-08-04 00:24:27 -04:00
Bryan Housel
ad06611ae9 Move Pedestrian Street to end of Paths category
(re: #3881)
2017-03-08 17:18:59 -05:00
Bryan Housel
bd6890d0fd Assign more icons to presets that were missing them 2017-03-05 18:15:47 -05:00
Wille Marcel
a5a49a7196 add preset to landuse=aquaculture 2017-02-18 23:55:22 -03:00
Wille Marcel
110c7ec12e add living street to Road category 2017-02-05 12:50:57 -02:00
Ajith Ranka
1efa7fe237 Show natural features by default 2017-01-13 18:40:42 +05:30
Ajith Ranka
69a6f1ccf3 Add a natural features category, fixes #2843 2017-01-13 18:10:59 +05:30
Ajith Ranka
71a14a9798 Rename land-use to landuse 2017-01-13 15:53:31 +05:30
Bryan Housel
08d81c3af1 Adjust presets order in highway and path categories
(closes #3558)
2016-11-06 00:33:51 -04:00
Bryan Housel
8fb5f3a5a1 Degunk data sources by named-importing single toplevel key
See: https://github.com/openstreetmap/iD/issues/3403#issuecomment-245150454

This change drops the iD.js bundle size from 4.5MB to 3.4MB, and makes it
much more readable, which is nice for debugging.  This does not affect the
minified bundle size.
2016-10-26 16:29:49 -04:00
Bryan Housel
61fe3167dd Split golf water_hazard presets into separate line and area presets
(closes #3483)
2016-10-06 21:16:58 -04:00
Bryan Housel
60d0a79be5 Add sidewalk preset to Path presets category and run make 2016-06-18 00:29:18 -04:00
Bryan Housel
5a4f401ba7 Update barrier category, use roadblock icon 2016-05-12 16:50:55 -04:00
Wikiwide
470d3386f3 Adding Barrier category: wall, fence, ditch...
Not sure about icon.
2016-05-12 16:50:55 -04:00
Bryan Housel
2ed9b19dbe Add style and route-horse icon, rename per #3066 2016-05-08 22:01:39 -04:00
Kushan Joshi
cdfe2435f2 add preset for route=horse relations 2016-05-08 21:51:01 -04:00
Bryan Housel
263363448e Move generic Building preset to top of Building category list
(closes #3102)
2016-05-06 23:55:32 -04:00
Kushan Joshi
d1f9c88f04 Adding ▶/▼ to category presets to make it more clear
(closes #2972)
2016-02-13 17:19:42 +05:30
Bryan Housel
84c98dacb7 Restore generated files in git and 4 space json
90cd412bbe (commitcomment-15780969)
2016-02-01 12:27:29 -05:00