Add preset for cycleway=asl (close #7014)

This commit is contained in:
Quincy Morgan
2019-11-21 10:03:30 -05:00
parent 7cd57789fe
commit 2712caefb7
5 changed files with 35 additions and 0 deletions
+5
View File
@@ -4505,6 +4505,11 @@ en:
# craft=winery
name: Winery
terms: '<translate with synonyms or related terms for ''Winery'', separated by commas>'
cycleway/asl:
# cycleway=asl
name: Advanced Stop Line
# 'terms: advanced stop box,asl,bicycle box,bike box,bikebox,cycle box,cycle stop marking'
terms: '<translate with synonyms or related terms for ''Advanced Stop Line'', separated by commas>'
embankment:
# embankment=yes
name: Embankment
+1
View File
@@ -432,6 +432,7 @@
"craft/watchmaker": {"icon": "maki-watch", "geometry": ["point", "area"], "tags": {"craft": "watchmaker"}, "name": "Watchmaker"},
"craft/window_construction": {"icon": "temaki-window", "geometry": ["point", "area"], "terms": ["glass"], "tags": {"craft": "window_construction"}, "name": "Window Construction"},
"craft/winery": {"icon": "maki-alcohol-shop", "moreFields": ["{craft}", "min_age"], "geometry": ["point", "area"], "tags": {"craft": "winery"}, "name": "Winery"},
"cycleway/asl": {"icon": "maki-bicycle", "fields": ["ref", "direction_vertex", "width"], "geometry": ["vertex"], "tags": {"cycleway": "asl"}, "terms": ["advanced stop box", "asl", "bicycle box", "bike box", "bikebox", "cycle box", "cycle stop marking"], "name": "Advanced Stop Line"},
"emergency/designated": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "designated"}, "name": "Emergency Access Designated", "searchable": false, "matchScore": 0.01},
"emergency/destination": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "destination"}, "name": "Emergency Access Destination", "searchable": false, "matchScore": 0.01},
"emergency/no": {"fields": ["emergency_combo"], "geometry": ["line"], "tags": {"emergency": "no"}, "name": "Emergency Access No", "searchable": false, "matchScore": 0.01},
+24
View File
@@ -0,0 +1,24 @@
{
"icon": "maki-bicycle",
"fields": [
"ref",
"direction_vertex",
"width"
],
"geometry": [
"vertex"
],
"tags": {
"cycleway": "asl"
},
"terms": [
"advanced stop box",
"asl",
"bicycle box",
"bike box",
"bikebox",
"cycle box",
"cycle stop marking"
],
"name": "Advanced Stop Line"
}
+1
View File
@@ -427,6 +427,7 @@
{"key": "craft", "value": "watchmaker", "description": "🄿 Watchmaker", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/watch-15.svg"},
{"key": "craft", "value": "window_construction", "description": "🄿 Window Construction", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/window.svg"},
{"key": "craft", "value": "winery", "description": "🄿 Winery", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/alcohol-shop-15.svg"},
{"key": "cycleway", "value": "asl", "description": "🄿 Advanced Stop Line", "object_types": ["node"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/bicycle-15.svg"},
{"key": "emergency", "value": "designated", "description": "🄿 Emergency Access Designated (unsearchable)", "object_types": ["way"]},
{"key": "emergency", "value": "destination", "description": "🄿 Emergency Access Destination (unsearchable)", "object_types": ["way"]},
{"key": "emergency", "value": "no", "description": "🄿 Emergency Access No (unsearchable)", "object_types": ["way"]},
+4
View File
@@ -6359,6 +6359,10 @@
"name": "Winery",
"terms": ""
},
"cycleway/asl": {
"name": "Advanced Stop Line",
"terms": "advanced stop box,asl,bicycle box,bike box,bikebox,cycle box,cycle stop marking"
},
"emergency/designated": {
"name": "Emergency Access Designated"
},