forked from MapComplete/MapComplete
Use new, proposed elevator width and depth tagging, see https://wiki.openstreetmap.org/wiki/Proposal:Elevator_dimensions#Voting
This commit is contained in:
parent
bee48a2499
commit
c3634edc6e
13 changed files with 128 additions and 383 deletions
|
@ -3219,11 +3219,11 @@
|
|||
},
|
||||
"elevator-depth": {
|
||||
"question": "Quina és la profunditat de l'ascensor?",
|
||||
"render": "L'ascensor té un profunditat de {canonical(elevator:depth)}"
|
||||
"render": "L'ascensor té un profunditat de {canonical(length)}"
|
||||
},
|
||||
"elevator-width": {
|
||||
"question": "Quina és l'amplada d'aquest ascensor?",
|
||||
"render": "L'ascensor té una amplada de {canonical(elevator:width)}"
|
||||
"render": "L'ascensor té una amplada de {canonical(width)}"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
|
|
|
@ -3242,11 +3242,11 @@
|
|||
},
|
||||
"elevator-depth": {
|
||||
"question": "Jaká je hloubka tohoto výtahu?",
|
||||
"render": "Tento výtah má hloubku {canonical(elevator:depth)}"
|
||||
"render": "Tento výtah má hloubku {canonical(length)}"
|
||||
},
|
||||
"elevator-width": {
|
||||
"question": "Jaká je šířka tohoto výtahu?",
|
||||
"render": "Tento výtah má šířku {canonical(elevator:width)}"
|
||||
"render": "Tento výtah má šířku {canonical(width)}"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
|
|
|
@ -4020,11 +4020,11 @@
|
|||
},
|
||||
"elevator-depth": {
|
||||
"question": "Wie tief ist die Kabine dieses Aufzugs?",
|
||||
"render": "Dieser Aufzug hat eine Kabinentiefe von {canonical(elevator:depth)}"
|
||||
"render": "Dieser Aufzug hat eine Kabinentiefe von {canonical(length)}"
|
||||
},
|
||||
"elevator-width": {
|
||||
"question": "Wie breit ist die Kabine dieses Aufzugs?",
|
||||
"render": "Die Aufzugskabine hat eine Breite von {canonical(elevator:width)}"
|
||||
"render": "Die Aufzugskabine hat eine Breite von {canonical(width)}"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
|
|
|
@ -4020,11 +4020,26 @@
|
|||
},
|
||||
"elevator-depth": {
|
||||
"question": "What is the depth of this elevator?",
|
||||
"render": "This elevator has a depth of {canonical(elevator:depth)}"
|
||||
"render": "This elevator has a depth of {canonical(length)}"
|
||||
},
|
||||
"elevator-diameger": {
|
||||
"question": "What is the diameter of this elevator?",
|
||||
"render": "This elevator has a diameger of {canonical(diameter)}"
|
||||
},
|
||||
"elevator-shape": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This elevator has a rectangular shape"
|
||||
},
|
||||
"1": {
|
||||
"then": "This elevator has a circular shape"
|
||||
}
|
||||
},
|
||||
"question": "What shape does this elevator have?"
|
||||
},
|
||||
"elevator-width": {
|
||||
"question": "What is the width of this elevator?",
|
||||
"render": "This elevator has a width of {canonical(elevator:width)}"
|
||||
"render": "This elevator has a width of {canonical(width)}"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
|
|
|
@ -2948,11 +2948,11 @@
|
|||
},
|
||||
"elevator-depth": {
|
||||
"question": "Quelle est la profondeur de cet ascenseur ?",
|
||||
"render": "Cet ascenseur a une profondeur de {canonical(elevator:depth)}"
|
||||
"render": "Cet ascenseur a une profondeur de {canonical(length)}"
|
||||
},
|
||||
"elevator-width": {
|
||||
"question": "Quelle est la largeur de cet ascenseur ?",
|
||||
"render": "Cet ascenseur a une largeur de {canonical(elevator:width)}"
|
||||
"render": "Cet ascenseur a une largeur de {canonical(width)}"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
|
|
|
@ -3673,11 +3673,11 @@
|
|||
},
|
||||
"elevator-depth": {
|
||||
"question": "Wat is de diepte van deze lift?",
|
||||
"render": "Deze lift heeft een diepte van {canonical(elevator:depth)}"
|
||||
"render": "Deze lift heeft een diepte van {canonical(length)}"
|
||||
},
|
||||
"elevator-width": {
|
||||
"question": "Wat is de breedte van deze lift?",
|
||||
"render": "Deze lift heeft een breedte van {canonical(elevator:width)}"
|
||||
"render": "Deze lift heeft een breedte van {canonical(width)}"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
|
|
|
@ -1214,7 +1214,7 @@
|
|||
},
|
||||
"elevator-width": {
|
||||
"question": "Jaka jest szerokość tej windy?",
|
||||
"render": "Szerokość tej windy to {canonical(elevator:width)}"
|
||||
"render": "Szerokość tej windy to {canonical(width)}"
|
||||
},
|
||||
"operational_status": {
|
||||
"mappings": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue