forked from MapComplete/MapComplete
Move 'asChanges' into tagsFilter; add 'survey:date' option with automatic date to benches
This commit is contained in:
parent
fa5b92e6e1
commit
15a6794e59
10 changed files with 71 additions and 47 deletions
|
@ -227,6 +227,24 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"question":{
|
||||
"en": "When was this bench last surveyed?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This bench was last surveyed on {survey:date}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "survey:date",
|
||||
"type": "date"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "survey:date:={_now:date}",
|
||||
"then": "Surveyed today!"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue