Add more search terms for highway milestone preset

This commit is contained in:
Quincy Morgan
2019-03-27 17:19:13 -04:00
parent 748c9c9598
commit d123d1eb21
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -4150,7 +4150,7 @@ en:
highway/milestone:
# highway=milestone
name: Highway Milestone
# 'terms: milestone,marker'
# 'terms: mile marker,mile post,mile stone,mileage marker,milemarker,milepost'
terms: '<translate with synonyms or related terms for ''Highway Milestone'', separated by commas>'
highway/mini_roundabout:
# highway=mini_roundabout
+1 -1
View File
@@ -445,7 +445,7 @@
"highway/footway/unmarked": {"fields": ["crossing", "access", "surface", "tactile_paving"], "geometry": ["line"], "tags": {"footway": "crossing"}, "addTags": {"highway": "footway", "footway": "crossing", "crossing": "unmarked"}, "removeTags": {"highway": "footway", "footway": "crossing", "crossing": "unmarked"}, "reference": {"key": "footway", "value": "crossing"}, "terms": ["unmarked foot path crossing", "unmarked crosswalk", "unmarked pedestrian crossing"], "matchScore": 0.95, "name": "Unmarked Crossing"},
"highway/give_way": {"icon": "temaki-yield", "fields": ["direction_vertex"], "geometry": ["vertex"], "tags": {"highway": "give_way"}, "terms": ["give way", "yield", "sign"], "name": "Yield Sign"},
"highway/living_street": {"icon": "iD-highway-living-street", "fields": ["name", "oneway", "maxspeed", "lanes", "surface", "structure", "access"], "moreFields": ["cycleway", "maxheight", "maxweight_bridge", "covered", "junction_line", "lit", "smoothness", "oneway/bicycle", "flood_prone"], "geometry": ["line"], "tags": {"highway": "living_street"}, "name": "Living Street"},
"highway/milestone": {"icon": "temaki-milestone", "geometry": ["point", "vertex"], "fields": ["distance", "direction_vertex"], "tags": {"highway": "milestone"}, "terms": ["milestone", "marker"], "name": "Highway Milestone"},
"highway/milestone": {"icon": "temaki-milestone", "geometry": ["point", "vertex"], "fields": ["distance", "direction_vertex"], "tags": {"highway": "milestone"}, "terms": ["mile marker", "mile post", "mile stone", "mileage marker", "milemarker", "milepost"], "name": "Highway Milestone"},
"highway/mini_roundabout": {"icon": "maki-circle-stroked", "geometry": ["vertex"], "terms": ["traffic circle"], "tags": {"highway": "mini_roundabout"}, "fields": ["direction_clock"], "name": "Mini-Roundabout"},
"highway/motorway_junction": {"icon": "temaki-junction", "fields": ["ref_highway_junction", "name"], "geometry": ["vertex"], "tags": {"highway": "motorway_junction"}, "terms": ["exit"], "name": "Motorway Junction / Exit"},
"highway/motorway_link": {"icon": "iD-highway-motorway-link", "fields": ["destination_oneway", "destination/ref_oneway", "junction/ref_oneway", "oneway", "maxspeed", "lanes", "surface", "structure", "access"], "moreFields": ["covered", "destination/symbol_oneway", "incline", "junction_line", "lit", "maxheight", "maxspeed/advisory", "maxweight_bridge", "name", "ref_road_number", "smoothness", "toll"], "geometry": ["line"], "tags": {"highway": "motorway_link"}, "addTags": {"highway": "motorway_link", "oneway": "yes"}, "removeTags": {"highway": "motorway_link", "oneway": "yes"}, "terms": ["exit", "ramp", "road", "street", "on ramp", "off ramp"], "name": "Motorway Link"},
+6 -2
View File
@@ -12,8 +12,12 @@
"highway": "milestone"
},
"terms": [
"milestone",
"marker"
"mile marker",
"mile post",
"mile stone",
"mileage marker",
"milemarker",
"milepost"
],
"name": "Highway Milestone"
}
+1 -1
View File
@@ -5767,7 +5767,7 @@
},
"highway/milestone": {
"name": "Highway Milestone",
"terms": "milestone,marker"
"terms": "mile marker,mile post,mile stone,mileage marker,milemarker,milepost"
},
"highway/mini_roundabout": {
"name": "Mini-Roundabout",