Improvement to auto-import module for velopark
This commit is contained in:
parent
22785095c5
commit
4ae35ae101
4 changed files with 155 additions and 104 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}]}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue