Add Junction combo field to road presets (close #1264)

This commit is contained in:
Quincy Morgan
2019-02-18 14:31:39 -05:00
parent b483832a80
commit 64a67c0fb6
13 changed files with 50 additions and 11 deletions
+3 -2
View File
@@ -7,7 +7,7 @@
{"key": "aeroway", "description": "🄿 Aeroway (unsearchable), 🄵 Type", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/airport-15.svg?sanitize=true"},
{"key": "amenity", "description": "🄿 Amenity (unsearchable), 🄵 Type", "object_types": ["node", "area"]},
{"key": "attraction", "description": "🄿 Attraction (unsearchable), 🄵 Type", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/star-15.svg?sanitize=true"},
{"key": "junction", "value": "circular", "description": "🄿 Traffic Circle (unsearchable)", "object_types": ["node", "way"]},
{"key": "junction", "value": "circular", "description": "🄿 Traffic Circle (unsearchable), 🄵 Junction", "object_types": ["node", "way"]},
{"key": "embankment", "value": "yes", "description": "🄿 Embankment (unsearchable)", "object_types": ["way"]},
{"key": "highway", "description": "🄿 Highway (unsearchable), 🄵 Type", "object_types": ["node", "way", "area"]},
{"key": "landuse", "description": "🄿 Land Use (unsearchable), 🄵 Type", "object_types": ["area"]},
@@ -17,7 +17,7 @@
{"key": "place", "description": "🄿 Place (unsearchable), 🄵 Type", "object_types": ["node", "area"]},
{"key": "power", "description": "🄿 Power (unsearchable), 🄵 Type", "object_types": ["node", "way", "area"]},
{"key": "railway", "description": "🄿 Railway (unsearchable), 🄵 Type", "object_types": ["node", "way", "area"]},
{"key": "junction", "value": "roundabout", "description": "🄿 Roundabout (unsearchable)", "object_types": ["node", "way"]},
{"key": "junction", "value": "roundabout", "description": "🄿 Roundabout (unsearchable), 🄵 Junction", "object_types": ["node", "way"]},
{"key": "seamark:type", "description": "🄿 Seamark (unsearchable), 🄵 Seamark", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/harbor-15.svg?sanitize=true"},
{"key": "tourism", "description": "🄿 Tourism (unsearchable), 🄵 Type", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/attraction-15.svg?sanitize=true"},
{"key": "waterway", "description": "🄿 Waterway (unsearchable), 🄵 Type", "object_types": ["node", "way", "area"]},
@@ -1296,6 +1296,7 @@
{"key": "internet_access", "value": "terminal", "description": "🄵 Internet Access"},
{"key": "internet_access:fee", "description": "🄵 Internet Access Fee"},
{"key": "internet_access:ssid", "description": "🄵 SSID (Network Name)"},
{"key": "junction", "value": "jughandle", "description": "🄵 Junction"},
{"key": "junction:ref", "description": "🄵 Junction Number"},
{"key": "kerb", "description": "🄵 Curb"},
{"key": "label", "description": "🄵 Label"},