forked from MapComplete/MapComplete
Add more ID-s to the layer configs
This commit is contained in:
parent
0efd83c9b6
commit
01d80ef4e8
24 changed files with 112 additions and 12 deletions
|
@ -187,6 +187,7 @@
|
|||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"id": "bike_shop-is-bicycle_shop",
|
||||
"condition": {
|
||||
"and": [
|
||||
"shop~*",
|
||||
|
@ -301,6 +302,7 @@
|
|||
"id": "bike_shop-access"
|
||||
},
|
||||
{
|
||||
"id": "bike_repair_sells-bikes",
|
||||
"question": {
|
||||
"en": "Does this shop sell bikes?",
|
||||
"nl": "Verkoopt deze fietszaak fietsen?",
|
||||
|
@ -341,6 +343,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "bike_repair_repairs-bikes",
|
||||
"question": {
|
||||
"en": "Does this shop repair bikes?",
|
||||
"nl": "Herstelt deze winkel fietsen?",
|
||||
|
@ -407,6 +410,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "bike_repair_rents-bikes",
|
||||
"question": {
|
||||
"en": "Does this shop rent out bikes?",
|
||||
"nl": "Verhuurt deze winkel fietsen?",
|
||||
|
@ -447,6 +451,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "bike_repair_second-hand-bikes",
|
||||
"question": {
|
||||
"en": "Does this shop sell second-hand bikes?",
|
||||
"nl": "Verkoopt deze winkel tweedehands fietsen?",
|
||||
|
@ -496,6 +501,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "bike_repair_bike-pump-service",
|
||||
"question": {
|
||||
"en": "Does this shop offer a bike pump for use by anyone?",
|
||||
"nl": "Biedt deze winkel een fietspomp aan voor iedereen?",
|
||||
|
@ -542,6 +548,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "bike_repair_tools-service",
|
||||
"question": {
|
||||
"en": "Are there tools here to repair your own bike?",
|
||||
"nl": "Biedt deze winkel gereedschap aan om je fiets zelf te herstellen?",
|
||||
|
@ -588,6 +595,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"id": "bike_repair_bike-wash",
|
||||
"question": {
|
||||
"en": "Are bicycles washed here?",
|
||||
"nl": "Biedt deze winkel een fietsschoonmaak aan?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue