mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-21 18:43:23 +00:00
Add curb height field to lowererd and rolled curb presets
Deprecate curb, sloped_curb, amenity=sloped_curb, kerb=dropped, and kerb=flat
This commit is contained in:
@@ -1654,6 +1654,7 @@
|
||||
{"key": "amenity", "value": "real_estate", "description": "🄳 ➜ office=estate_agent"},
|
||||
{"key": "amenity", "value": "sauna", "description": "🄳 ➜ leisure=sauna"},
|
||||
{"key": "amenity", "value": "shop", "description": "🄳 ➜ shop=*"},
|
||||
{"key": "amenity", "value": "sloped_curb", "description": "🄳 ➜ kerb=lowered"},
|
||||
{"key": "amenity", "value": "toilet", "description": "🄳 ➜ amenity=toilets"},
|
||||
{"key": "amenity", "value": "youth_center", "description": "🄳 ➜ amenity=community_centre + community_centre:for=juvenile"},
|
||||
{"key": "amenity", "value": "youth_centre", "description": "🄳 ➜ amenity=community_centre + community_centre:for=juvenile"},
|
||||
@@ -1688,6 +1689,8 @@
|
||||
{"key": "highway", "value": "incline", "description": "🄳 ➜ highway=road + incline=up"},
|
||||
{"key": "highway", "value": "incline_steep", "description": "🄳 ➜ highway=road + incline=up"},
|
||||
{"key": "highway", "value": "unsurfaced", "description": "🄳 ➜ highway=road + incline=unpaved"},
|
||||
{"key": "kerb", "value": "dropped", "description": "🄳 ➜ kerb=lowered"},
|
||||
{"key": "kerb", "value": "flat", "description": "🄳 ➜ kerb=flush"},
|
||||
{"key": "landuse", "value": "conservation", "description": "🄳 ➜ boundary=protected_area"},
|
||||
{"key": "landuse", "value": "field", "description": "🄳 ➜ landuse=farmland"},
|
||||
{"key": "landuse", "value": "wood", "description": "🄳 ➜ natural=wood"},
|
||||
@@ -1715,6 +1718,17 @@
|
||||
{"key": "shop", "value": "gallery", "description": "🄳 ➜ shop=art"},
|
||||
{"key": "shop", "value": "perfume", "description": "🄳 ➜ shop=perfumery"},
|
||||
{"key": "shop", "value": "real_estate", "description": "🄳 ➜ office=estate_agent"},
|
||||
{"key": "sloped_curb", "value": "0", "description": "🄳 ➜ kerb=flush"},
|
||||
{"key": "sloped_curb", "value": "0.00", "description": "🄳 ➜ kerb=flush"},
|
||||
{"key": "sloped_curb", "value": "0.01", "description": "🄳 ➜ kerb=lowered + kerb:height=1 cm"},
|
||||
{"key": "sloped_curb", "value": "0.02", "description": "🄳 ➜ kerb=lowered + kerb:height=2 cm"},
|
||||
{"key": "sloped_curb", "value": "0.03", "description": "🄳 ➜ kerb=lowered + kerb:height=3 cm"},
|
||||
{"key": "sloped_curb", "value": "at_grade", "description": "🄳 ➜ kerb=flush"},
|
||||
{"key": "sloped_curb", "value": "both", "description": "🄳 ➜ kerb=lowered"},
|
||||
{"key": "sloped_curb", "value": "flush", "description": "🄳 ➜ kerb=flush"},
|
||||
{"key": "sloped_curb", "value": "low", "description": "🄳 ➜ kerb=lowered"},
|
||||
{"key": "sloped_curb", "value": "no", "description": "🄳 ➜ kerb=raised"},
|
||||
{"key": "sloped_curb", "value": "yes", "description": "🄳 ➜ kerb=lowered"},
|
||||
{"key": "tourism", "value": "bed_and_breakfast", "description": "🄳 ➜ tourism=guest_house"},
|
||||
{"key": "type", "value": "broad_leaved", "description": "🄳 ➜ leaf_type=broadleaved"},
|
||||
{"key": "type", "value": "conifer", "description": "🄳 ➜ leaf_type=needleleaved"},
|
||||
|
||||
Reference in New Issue
Block a user