Add waste_assen, add location for disposal
This commit is contained in:
parent
b59f3ca5c8
commit
b5bfd6558b
7 changed files with 181 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue