Add question on bike repair station access

This commit is contained in:
Pieter Vander Vennet 2022-02-11 02:05:33 +01:00
parent 6ff4d22de3
commit 44603536fc
6 changed files with 59 additions and 14 deletions

View file

@ -795,6 +795,26 @@
},
"question": "Is the bike pump still operational?"
},
"access": {
"mappings": {
"0": {
"then": "Publicly accessible"
},
"1": {
"then": "Publicly accessible"
},
"2": {
"then": "Only for customers"
},
"3": {
"then": "Not accessible to the general public"
},
"4": {
"then": "Not accessible to the general public"
}
},
"question": "Who is allowed to use this repair station?"
},
"bike_repair_station-available-services": {
"mappings": {
"0": {

View file

@ -705,6 +705,26 @@
},
"question": "Werkt de fietspomp nog?"
},
"access": {
"mappings": {
"0": {
"then": "Publiek toegankelijk"
},
"1": {
"then": "Publiek toegankelijk"
},
"2": {
"then": "Enkel voor klanten van de bijhorende zaak"
},
"3": {
"then": "Niet publiek toegankelijk"
},
"4": {
"then": "Niet publiek toegankelijk"
}
},
"question": "Wie kan dit herstelpunt gebruiken?"
},
"bike_repair_station-available-services": {
"mappings": {
"0": {

View file

@ -1282,4 +1282,4 @@
"shortDescription": "A map with waste baskets",
"title": "Waste Basket"
}
}
}