mapcomplete/assets/layers/pharmacy/pharmacy.json

64 lines
1.2 KiB
JSON
Raw Normal View History

2022-07-06 15:54:21 +02:00
{
2022-07-08 03:14:55 +02:00
"id": "pharmacy",
"name": {
"en": "pharmacy"
},
"title": {
"render": {
"en": "{name}"
}
},
"source": {
"osmTags": {
"and": [
"amenity=pharmacy"
]
}
},
"minzoom": 13,
"tagRenderings": [
"images",
"opening_hours",
"phone",
"email",
"website",
{
"id": "wheelchair",
"question": {
"en": "Is this pharmacy easy to access on a wheelchair?"
},
"mappings": [
2022-07-06 15:54:21 +02:00
{
2022-07-08 03:14:55 +02:00
"if": "wheelchair=yes",
"then": {
"en": "This pharmacy is easy to access on a wheelchair"
}
},
{
"if": "wheelchair=no",
"then": {
"en": "This pharmacy is hard to access on a wheelchair"
}
},
2022-07-06 15:54:21 +02:00
{
2022-07-08 03:14:55 +02:00
"if": "wheelchair=limited",
"then": {
"en": "This pharmacy has limited access for wheelchair users"
}
2022-07-06 15:54:21 +02:00
}
2022-07-08 03:14:55 +02:00
]
}
],
"mapRendering": [
{
"icon": {
"render": "./assets/layers/pharmacy/pharmacy.svg"
},
"iconSize": "40,40,bottom",
"location": [
"point",
"centroid"
]
}
]
2022-07-06 15:54:21 +02:00
}