forked from MapComplete/MapComplete
Add 'level' to charging stations
This commit is contained in:
parent
3462c5e702
commit
a35360886c
2 changed files with 16 additions and 0 deletions
|
@ -374,6 +374,7 @@
|
|||
"type": "url"
|
||||
}
|
||||
},
|
||||
"level",
|
||||
{
|
||||
"#": "ref",
|
||||
"question": {
|
||||
|
|
|
@ -251,6 +251,21 @@
|
|||
"sv": "Ligger på bottenvåningen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "level=",
|
||||
"hideInAnswer": true,
|
||||
"then": {
|
||||
"en": "Located on the ground floor",
|
||||
"nl": "Bevindt zich gelijkvloers",
|
||||
"de": "Ist im Erdgeschoss",
|
||||
"pt_BR": "Localizado no térreo",
|
||||
"ru": "Расположено на первом этаже",
|
||||
"zh_Hant": "位於 1 樓",
|
||||
"fr": "Rez-de-chaussée",
|
||||
"pl": "Znajduje się na parterze",
|
||||
"sv": "Ligger på bottenvåningen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "level=1",
|
||||
"then": {
|
||||
|
|
Loading…
Reference in a new issue