Improvement to auto-import module for velopark

This commit is contained in:
Pieter Vander Vennet 2024-04-08 17:05:49 +02:00
parent 22785095c5
commit 4ae35ae101
4 changed files with 155 additions and 104 deletions

View file

@ -266,7 +266,28 @@
},
"icons.defaults"
],
"minzoom": 8
"minzoom": 8,
"filter+": [
{
"id": "last_edited_before",
"options": [
{
"question": {
"en": "Last edit was before {date}",
"nl": "Laatste aanpassing voor {date}"
},
"osmTags": "_last_edit:timestamp<{date}",
"fields": [
{
"name": "date",
"type": "date"
}
]
}]}
]
}
},
{