Translation sync

This commit is contained in:
Pieter Vander Vennet 2022-09-16 19:00:59 +02:00
parent adbef2e90a
commit 1f4304d515
5 changed files with 15 additions and 15 deletions

View file

@ -568,5 +568,7 @@
} }
} }
], ],
"filter": ["has_image"] "filter": [
"has_image"
]
} }

View file

@ -1,14 +1,13 @@
{ {
"id": "filters", "id": "filters",
"description": "This layer acts as library for common filters", "description": "This layer acts as library for common filters",
"mapRendering": [ "mapRendering": [],
],
"source": { "source": {
"osmTags": "id~*" "osmTags": "id~*"
}, },
"filter": [ "filter": [
{ {
"id":"open_now", "id": "open_now",
"options": [ "options": [
{ {
"question": { "question": {

View file

@ -834,7 +834,7 @@
} }
] ]
}, },
"accepts_cash", "accepts_cash",
"accepts_cards" "accepts_cards"
], ],
"deletion": { "deletion": {

View file

@ -340,6 +340,5 @@
}, },
"accepts_cash", "accepts_cash",
"accepts_cards" "accepts_cards"
] ]
} }