From 7853b5b9b9a4327a945bc9213be429bb35c46a9d Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Tue, 5 Mar 2019 10:06:29 -0500 Subject: [PATCH] Add traffic circle as term for mini roundabout --- data/presets.yaml | 1 + data/presets/presets.json | 2 +- data/presets/presets/highway/mini_roundabout.json | 3 +++ dist/locales/en.json | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 10167ae48..a66a76154 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -4074,6 +4074,7 @@ en: highway/mini_roundabout: # highway=mini_roundabout name: Mini-Roundabout + # 'terms: traffic circle' terms: '' highway/motorway: # highway=motorway diff --git a/data/presets/presets.json b/data/presets/presets.json index 2624a4dd6..d164e373d 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -438,7 +438,7 @@ "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", "covered", "junction_line", "lit", "smoothness", "oneway/bicycle"], "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/mini_roundabout": {"icon": "maki-circle-stroked", "geometry": ["vertex"], "tags": {"highway": "mini_roundabout"}, "fields": ["direction_clock"], "name": "Mini-Roundabout"}, + "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", "junction_line", "lit", "maxheight", "maxspeed/advisory", "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"}, "highway/motorway": {"icon": "iD-highway-motorway", "fields": ["name", "ref_road_number", "oneway_yes", "maxspeed", "lanes", "surface", "structure", "access"], "moreFields": ["toll", "maxheight", "covered", "lit", "smoothness", "minspeed", "junction_line"], "geometry": ["line"], "tags": {"highway": "motorway"}, "terms": ["autobahn", "expressway", "freeway", "highway", "interstate", "parkway", "road", "street", "thruway", "turnpike"], "name": "Motorway"}, diff --git a/data/presets/presets/highway/mini_roundabout.json b/data/presets/presets/highway/mini_roundabout.json index d9d210b12..8cd329f3c 100644 --- a/data/presets/presets/highway/mini_roundabout.json +++ b/data/presets/presets/highway/mini_roundabout.json @@ -3,6 +3,9 @@ "geometry": [ "vertex" ], + "terms": [ + "traffic circle" + ], "tags": { "highway": "mini_roundabout" }, diff --git a/dist/locales/en.json b/dist/locales/en.json index e26a1eb25..a1b62f1f2 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -5649,7 +5649,7 @@ }, "highway/mini_roundabout": { "name": "Mini-Roundabout", - "terms": "" + "terms": "traffic circle" }, "highway/motorway_junction": { "name": "Motorway Junction / Exit",