mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-21 15:56:49 +02:00
Add Inclined Elevator preset (close #75)
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
@@ -5466,6 +5466,11 @@ en:
|
||||
name: Elevator
|
||||
# 'terms: lift'
|
||||
terms: '<translate with synonyms or related terms for ''Elevator'', separated by commas>'
|
||||
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: '<translate with synonyms or related terms for ''Inclined Elevator'', separated by commas>'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user