forked from MapComplete/MapComplete
Fix bike parking location question
This commit is contained in:
parent
1511b0a167
commit
b609885a1f
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "location=underground",
|
||||
"if": "location=surface",
|
||||
"then": {
|
||||
"en": "Surface level parking",
|
||||
"nl": "Parking op de begane grond",
|
||||
|
@ -251,7 +251,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"if": "location=surface",
|
||||
"if": "location=rooftop",
|
||||
"then": {
|
||||
"en": "Rooftop parking",
|
||||
"nl": "Dakparking",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue