forked from MapComplete/MapComplete
parent
605990fcc1
commit
988d0bc913
10 changed files with 104 additions and 37 deletions
|
@ -2972,7 +2972,30 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "indoor",
|
||||
"question": {
|
||||
"en": "Is this object located indoors?",
|
||||
"nl": "Bevindt dit object zich binnen?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "indoor=yes",
|
||||
"then": {
|
||||
"en": "This object is located indoors",
|
||||
"nl": "Dit object bevindt zich binnen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "indoor=no",
|
||||
"then": {
|
||||
"en": "This object is located outdoors",
|
||||
"nl": "Dit object bevindt zich buiten"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"allowMove": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue