forked from MapComplete/MapComplete
Merge branch 'develop' into feature/flyer
This commit is contained in:
commit
bc86db2815
5 changed files with 15 additions and 15 deletions
|
@ -568,5 +568,7 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"filter": ["has_image"]
|
||||
}
|
||||
"filter": [
|
||||
"has_image"
|
||||
]
|
||||
}
|
|
@ -277,9 +277,9 @@
|
|||
"reviews"
|
||||
],
|
||||
"filter": [
|
||||
"open_now",
|
||||
"accepts_cash",
|
||||
"accepts_cards"
|
||||
"open_now",
|
||||
"accepts_cash",
|
||||
"accepts_cards"
|
||||
],
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
|
@ -347,4 +347,4 @@
|
|||
"da": "Et lag med caféer og pubber, hvor man kan samles omkring en drink. Laget stiller nogle relevante spørgsmål",
|
||||
"fr": "Une couche montrants les cafés et pubs où l’on peut prendre un verre. Cette couche pose des questions y afférentes."
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,14 +1,13 @@
|
|||
{
|
||||
"id": "filters",
|
||||
"description": "This layer acts as library for common filters",
|
||||
"mapRendering": [
|
||||
],
|
||||
"mapRendering": [],
|
||||
"source": {
|
||||
"osmTags": "id~*"
|
||||
},
|
||||
"filter": [
|
||||
{
|
||||
"id":"open_now",
|
||||
"id": "open_now",
|
||||
"options": [
|
||||
{
|
||||
"question": {
|
||||
|
@ -92,4 +91,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
|
@ -770,7 +770,7 @@
|
|||
"reviews"
|
||||
],
|
||||
"filter": [
|
||||
"open_now",
|
||||
"open_now",
|
||||
{
|
||||
"id": "vegetarian",
|
||||
"options": [
|
||||
|
@ -834,7 +834,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"accepts_cash",
|
||||
"accepts_cash",
|
||||
"accepts_cards"
|
||||
],
|
||||
"deletion": {
|
||||
|
@ -936,4 +936,4 @@
|
|||
"es": "Una capa que muestra restaurantes y facilidades de comida rápida",
|
||||
"fr": "Un claque montrant les restaurants et les endroits de nourriture rapide (avec un rendu spécial pour les friteries)"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -340,6 +340,5 @@
|
|||
},
|
||||
"accepts_cash",
|
||||
"accepts_cards"
|
||||
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue