forked from MapComplete/MapComplete
Change zoom values, add survey question
This commit is contained in:
parent
a45810d65c
commit
4245c16d41
3 changed files with 27 additions and 5 deletions
|
@ -2150,6 +2150,27 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "survey_date",
|
||||
"question": {
|
||||
"en": "When was this object last surveyed?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "survey:date",
|
||||
"type": "date"
|
||||
},
|
||||
"render": {
|
||||
"en": "This object was last surveyed on <b>{survey:date}</b>"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "survey:date:={_now:date}",
|
||||
"then": {
|
||||
"en": "This object was last surveyed today"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue