99 lines
No EOL
2.6 KiB
JSON
99 lines
No EOL
2.6 KiB
JSON
{
|
|
"id": "pharmacy",
|
|
"name": {
|
|
"en": "pharmacy"
|
|
},
|
|
"title": {
|
|
"render": {
|
|
"en": "{name}"
|
|
}
|
|
},
|
|
"source": {
|
|
"osmTags": {
|
|
"and": [
|
|
"amenity=pharmacy"
|
|
]
|
|
}
|
|
},
|
|
"minzoom":13,
|
|
"tagRenderings": [
|
|
"images",
|
|
"opening_hours",
|
|
"phone",
|
|
"email",
|
|
"website",
|
|
"dispensing",
|
|
{
|
|
"id": "wheelchair",
|
|
"render": {
|
|
"en": "Easily accessible for wheelchair users: {wheelchair}"
|
|
},
|
|
"question": {
|
|
"en": "Is this pharmacy easy to access on a wheelchair?"
|
|
},
|
|
"freeform": {
|
|
"key": "wheelchair"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "wheelchair=yes",
|
|
"then": {
|
|
"en": "Yes, this pharmacy is easy to access on a wheelchair"
|
|
}
|
|
},
|
|
{
|
|
"if": "wheelchair=no",
|
|
"then": {
|
|
"en": "No, this pharmacy is hard to access on a wheelchair"
|
|
}
|
|
|
|
},
|
|
{
|
|
"if": "wheelchair=limited",
|
|
"then": {
|
|
"en": "This pharmacy has limited access for wheelchair users"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "drive_through",
|
|
"render": {
|
|
"en": "Pharmacy drive through: {drive_through}"
|
|
},
|
|
"question": {
|
|
"en": "Does this pharmacy have a drive through?"
|
|
},
|
|
"freeform": {
|
|
"key": "drive_through"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "drive_through=yes",
|
|
"then": {
|
|
"en": "Yes, this pharmacy has a drive through"
|
|
}
|
|
},
|
|
{
|
|
"if": "drive_through=no",
|
|
"then": {
|
|
"en": "No, this pharmacy does not have a drive through"
|
|
}
|
|
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"mapRendering": [
|
|
{
|
|
"icon": {
|
|
"render": "./assets/layers/pharmacy/pharmacy.svg"
|
|
},
|
|
"iconSize": "40,40,bottom",
|
|
"location": [
|
|
"point",
|
|
"centroid"
|
|
]
|
|
}
|
|
]
|
|
} |