Add waste_assen, add location for disposal

This commit is contained in:
Robin van der Linde 2022-01-09 17:39:51 +01:00
parent b59f3ca5c8
commit b5bfd6558b
7 changed files with 181 additions and 2 deletions

View file

@ -4784,6 +4784,20 @@
},
"question": "Who can use this waste disposal bin?",
"render": "Access: {access}"
},
"disposal-location": {
"mappings": {
"0": {
"then": "This is an underground container"
},
"1": {
"then": "This container is located indoors"
},
"2": {
"then": "This container is located outdoors"
}
},
"question": "Where is this container located?"
}
},
"title": {

View file

@ -4798,6 +4798,24 @@
"render": "Vuilnisbak"
}
},
"waste_disposal": {
"tagRenderings": {
"disposal-location": {
"mappings": {
"0": {
"then": "Dit is een ondergrondse container"
},
"1": {
"then": "Deze container bevindt zich binnen"
},
"2": {
"then": "Deze container is buiten"
}
},
"question": "Waar bevindt deze container zich?"
}
}
},
"watermill": {
"description": "Watermolens",
"name": "Watermolens",