Fixes to the layers

This commit is contained in:
Pieter Vander Vennet 2021-11-08 15:31:25 +01:00
parent 161bcc8647
commit 83b75735ce
7 changed files with 34 additions and 28 deletions

View file

@ -478,23 +478,6 @@
}
],
"filter": [
{
"id": "is_open",
"options": [
{
"question": {
"nl": "Nu geopened",
"en": "Opened now"
},
"osmTags": {
"or": [
"opening_hours=",
"_isOpen=yes"
]
}
}
]
},
{
"id": "wheelchair",
"options": [
@ -539,6 +522,23 @@
}
}
]
},
{
"id": "is_open",
"options": [
{
"question": {
"nl": "Nu geopened",
"en": "Opened now"
},
"osmTags": {
"or": [
"opening_hours=",
"_isOpen=yes"
]
}
}
]
}
],
"deletion": {