Add waste disposal layer

This commit is contained in:
Robin van der Linde 2022-01-01 15:32:33 +01:00
parent 8b0c07f898
commit fe539d72f9
11 changed files with 635 additions and 7 deletions

View file

@ -74,10 +74,10 @@
]
},
{
"id": "container-underground",
"id": "container-location",
"question": {
"en": "Is this container underground?",
"nl": "Is deze container ondergrond?"
"en": "Where is this container located?",
"nl": "Waar bevindt deze container zich?"
},
"condition": "recycling_type=container",
"mappings": [
@ -88,11 +88,18 @@
"nl": "Dit is een ondergrondse container"
}
},
{
"if": "location=indoor",
"then": {
"en": "This container is located indoors",
"nl": "Deze container bevindt binnen"
}
},
{
"if": "location=",
"then": {
"en": "This container is not underground",
"nl": "Deze container is niet ondergronds"
"en": "This container is located outdoors",
"nl": "Deze container is buiten"
}
}
]
@ -414,7 +421,6 @@
},
"osmTags": "recycling:small_electrical_appliances=yes"
}
]
}
]