From 1f525db8ed2085ee50a83dbfcd0bb488b8ec7617 Mon Sep 17 00:00:00 2001 From: Wille Marcel Date: Sun, 5 Feb 2017 12:29:21 -0200 Subject: [PATCH] add preset to noexit=yes --- data/presets.yaml | 5 +++++ data/presets/presets.json | 15 +++++++++++++++ data/presets/presets/noexit/yes.json | 15 +++++++++++++++ data/taginfo.json | 4 ++++ dist/locales/en.json | 4 ++++ 5 files changed, 43 insertions(+) create mode 100644 data/presets/presets/noexit/yes.json diff --git a/data/presets.yaml b/data/presets.yaml index 2c7bd9c4d..030b68448 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -3280,6 +3280,11 @@ en: name: Wood # 'terms: tree' terms: '' + noexit/yes: + # noexit=yes + name: No Exit + # 'terms: no exit,road end,dead end' + terms: '' office: # office=* name: Office diff --git a/data/presets/presets.json b/data/presets/presets.json index 5b3f9d761..14979e602 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -8160,6 +8160,21 @@ ], "name": "Wood" }, + "noexit/yes": { + "icon": "roadblock", + "geometry": [ + "vertex" + ], + "terms": [ + "no exit", + "road end", + "dead end" + ], + "tags": { + "noexit": "yes" + }, + "name": "No Exit" + }, "office": { "icon": "commercial", "fields": [ diff --git a/data/presets/presets/noexit/yes.json b/data/presets/presets/noexit/yes.json new file mode 100644 index 000000000..809d96828 --- /dev/null +++ b/data/presets/presets/noexit/yes.json @@ -0,0 +1,15 @@ +{ + "icon": "roadblock", + "geometry": [ + "vertex" + ], + "terms": [ + "no exit", + "road end", + "dead end" + ], + "tags": { + "noexit": "yes" + }, + "name": "No Exit" +} diff --git a/data/taginfo.json b/data/taginfo.json index 15f406fdb..7e97b07de 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1793,6 +1793,10 @@ "key": "natural", "value": "wood" }, + { + "key": "noexit", + "value": "yes" + }, { "key": "office" }, diff --git a/dist/locales/en.json b/dist/locales/en.json index 04eac3a49..693feefe3 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3632,6 +3632,10 @@ "name": "Wood", "terms": "tree" }, + "noexit/yes": { + "name": "No Exit", + "terms": "no exit,road end,dead end" + }, "office": { "name": "Office", "terms": ""