From e0bb4313a751b2ed8f664c9d732e2815f585f8fc Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Fri, 11 Dec 2020 14:22:23 -0500 Subject: [PATCH] Add Inclined Elevator preset (close #75) --- data/presets/highway/elevator_line.json | 22 ++++++++++++++++++++++ interim/source_strings.yaml | 5 +++++ 2 files changed, 27 insertions(+) create mode 100644 data/presets/highway/elevator_line.json diff --git a/data/presets/highway/elevator_line.json b/data/presets/highway/elevator_line.json new file mode 100644 index 00000000..10f8c63b --- /dev/null +++ b/data/presets/highway/elevator_line.json @@ -0,0 +1,22 @@ +{ + "icon": "temaki-elevator", + "fields": [ + "{highway/elevator}" + ], + "moreFields": [ + "{highway/elevator}" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "elevator" + }, + "terms": [ + "cable railway" + ], + "name": "Inclined Elevator", + "aliases": [ + "Inclined Lift" + ] +} diff --git a/interim/source_strings.yaml b/interim/source_strings.yaml index bc127484..21161faf 100644 --- a/interim/source_strings.yaml +++ b/interim/source_strings.yaml @@ -5466,6 +5466,11 @@ en: name: Elevator # 'terms: lift' terms: '' + highway/elevator_line: + # 'highway=elevator\n\nInclined Lift\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' + name: Inclined Elevator + # 'terms: cable railway' + terms: '' highway/emergency_bay: # 'highway=emergency_bay\n\nTranslate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).' name: Emergency Stopping Place