From 889e4d1deccee7cbe93ac07771fbb67ac63c1002 Mon Sep 17 00:00:00 2001 From: xortiz Date: Wed, 14 Mar 2018 21:50:08 -0400 Subject: [PATCH] added passing place to presets Added this by creating a `new passing_place.json`. On building, the yaml and other files were automatically generated. --- data/presets.yaml | 5 +++++ data/presets/presets.json | 13 +++++++++++++ data/presets/presets/highway/passing_place.json | 13 +++++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 5 files changed, 39 insertions(+) create mode 100644 data/presets/presets/highway/passing_place.json diff --git a/data/presets.yaml b/data/presets.yaml index 5ffdf4ea2..833e714f5 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3195,6 +3195,11 @@ en: name: Motorway Link # 'terms: ramp,on ramp,off ramp' terms: '' + highway/passing_place: + # highway=passing_place + name: Passing Place + # 'terms: turnout, pullout' + terms: '' highway/path: # highway=path name: Path diff --git a/data/presets/presets.json b/data/presets/presets.json index 5eb7fe335..5b658e79c 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -7349,6 +7349,19 @@ ], "name": "Motorway" }, + "highway/passing_place": { + "icon": "circle-stroked", + "geometry": [ + "vertex" + ], + "tags": { + "highway": "passing_place" + }, + "terms": [ + "turnout, pullout" + ], + "name": "Passing Place" + }, "highway/path": { "icon": "highway-path", "fields": [ diff --git a/data/presets/presets/highway/passing_place.json b/data/presets/presets/highway/passing_place.json new file mode 100644 index 000000000..1e2ccdb36 --- /dev/null +++ b/data/presets/presets/highway/passing_place.json @@ -0,0 +1,13 @@ +{ + "icon": "circle-stroked", + "geometry": [ + "vertex" + ], + "tags": { + "highway": "passing_place" + }, + "terms": [ + "turnout, pullout" + ], + "name": "Passing Place" +} diff --git a/data/taginfo.json b/data/taginfo.json index e8655875d..b8fc0d302 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1408,6 +1408,10 @@ "key": "highway", "value": "motorway" }, + { + "key": "highway", + "value": "passing_place" + }, { "key": "highway", "value": "path" diff --git a/dist/locales/en.json b/dist/locales/en.json index 8f0102fce..6a247d7b8 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -4152,6 +4152,10 @@ "name": "Motorway", "terms": "autobahn,expressway,freeway,highway,interstate,parkway,thruway,turnpike" }, + "highway/passing_place": { + "name": "Passing Place", + "terms": "turnout, pullout" + }, "highway/path": { "name": "Path", "terms": "hike,hiking,trackway,trail,walk"