diff --git a/data/presets.yaml b/data/presets.yaml index 0e3febc4c..bc6f13270 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -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: '' highway/mini_roundabout: # highway=mini_roundabout diff --git a/data/presets/presets.json b/data/presets/presets.json index f9af51f56..8768dd883 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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"}, diff --git a/data/presets/presets/highway/milestone.json b/data/presets/presets/highway/milestone.json index 543071790..0855a3684 100644 --- a/data/presets/presets/highway/milestone.json +++ b/data/presets/presets/highway/milestone.json @@ -12,8 +12,12 @@ "highway": "milestone" }, "terms": [ - "milestone", - "marker" + "mile marker", + "mile post", + "mile stone", + "mileage marker", + "milemarker", + "milepost" ], "name": "Highway Milestone" } diff --git a/dist/locales/en.json b/dist/locales/en.json index ba9fd8cdb..49f9e1166 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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",