forked from MapComplete/MapComplete
Merge branch 'develop' into feature/elevator
This commit is contained in:
commit
b39db04895
48 changed files with 6538 additions and 278 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue