Add extra questions to clock layer (#1962 + #1963)

This commit is contained in:
Robin van der Linde 2024-10-29 21:33:16 +01:00
parent 605990fcc1
commit 988d0bc913
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
10 changed files with 104 additions and 37 deletions

View file

@ -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
}
}