forked from MapComplete/MapComplete
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
|
@ -70,6 +70,36 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "disposal-location",
|
||||
"question": {
|
||||
"en": "Where is this container located?",
|
||||
"nl": "Waar bevindt deze container zich?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "location=underground",
|
||||
"then": {
|
||||
"en": "This is an underground container",
|
||||
"nl": "Dit is een ondergrondse container"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "location=indoor",
|
||||
"then": {
|
||||
"en": "This container is located indoors",
|
||||
"nl": "Deze container bevindt zich binnen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "location=",
|
||||
"then": {
|
||||
"en": "This container is located outdoors",
|
||||
"nl": "Deze container is buiten"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue