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