Merge branch 'develop' into feature/elevator

This commit is contained in:
Andrews Leruth 2022-07-19 11:53:37 +02:00
commit b39db04895
48 changed files with 6538 additions and 278 deletions

View file

@ -7,12 +7,14 @@
"render": {
"en": "{name}"
},
"mappings": [{
"if": "name=",
"then": {
"en": "Pharmacy"
"mappings": [
{
"if": "name=",
"then": {
"en": "Pharmacy"
}
}
}]
]
},
"source": {
"osmTags": {
@ -66,5 +68,29 @@
"centroid"
]
}
]
],
"filter": [
{
"id": "drive-through",
"options": [
{
"question": {
"en": "Has drive through"
},
"osmTags": "drive_through=yes"
}
]
},
{
"id": "dispensing",
"options": [
{
"question": {
"en": "Pharmacy able to provide prescription drugs"
},
"osmTags": "dispensing=yes"
}
]
}
]
}