mapcomplete/assets/layers/pharmacy/pharmacy.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

157 lines
4.1 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": {
2022-07-26 10:51:14 +02:00
"en": "pharmacy",
2022-07-28 09:30:45 +02:00
"de": "Apotheke",
"nl": "apotheek"
2022-07-08 03:14:55 +02:00
},
"description": {
2022-07-27 10:16:11 +02:00
"en": "A layer showing pharmacies, which (probably) dispense prescription drugs",
2022-07-28 09:30:45 +02:00
"de": "Eine Ebene mit Apotheken, die (wahrscheinlich) verschreibungspflichtige Medikamente ausgeben",
"nl": "Deze laag toont apotheken, welke (waarschijnlijk) ook medicijnen onder voorschrift verkopen"
},
2022-07-08 03:14:55 +02:00
"title": {
"render": {
2022-07-26 10:51:14 +02:00
"en": "{name}",
2022-07-28 09:30:45 +02:00
"de": "{name}",
"nl": "{name}"
2022-07-06 15:54:21 +02:00
},
2022-07-18 11:49:22 +02:00
"mappings": [
{
"if": "name=",
"then": {
2022-07-26 10:51:14 +02:00
"en": "Pharmacy",
2022-07-28 09:30:45 +02:00
"de": "Apotheke",
"nl": "Apotheek"
2022-07-06 15:54:21 +02:00
}
}
2022-07-18 11:49:22 +02:00
]
2022-07-08 03:14:55 +02:00
},
"source": {
"osmTags": {
"and": [
"amenity=pharmacy"
]
}
},
"minzoom": 13,
"tagRenderings": [
"images",
{
"id": "name",
"freeform": {
"key": "name",
"type": "string",
"placeholder": {
2022-07-27 10:16:11 +02:00
"en": "Name of the pharmacy",
2022-07-28 09:30:45 +02:00
"de": "Name der Apotheke",
"nl": "Naam van de apotheek"
}
},
"question": {
2022-07-27 10:16:11 +02:00
"en": "What is the name of the pharmacy?",
2022-07-28 09:30:45 +02:00
"de": "Wie lautet der Name der Apotheke?",
"nl": "Wat is de naam van deze apotheek?"
},
"render": {
2022-07-27 10:16:11 +02:00
"en": "This pharmacy is called {name}",
2022-07-28 09:30:45 +02:00
"de": "Der Name der Apotheke lautet {name}",
"nl": "Deze apotheek heet {name}"
}
},
2022-07-08 03:14:55 +02:00
"opening_hours",
"phone",
"email",
"website",
{
"id": "wheelchair",
"question": {
2022-07-26 10:51:14 +02:00
"en": "Is this pharmacy easy to access on a wheelchair?",
2022-07-28 09:30:45 +02:00
"de": "Ist die Apotheke für Rollstuhlfahrer leicht zugänglich?",
"nl": "Is het mogelijk om deze apotheek te bereiken met een rolstoel?"
2022-07-08 03:14:55 +02:00
},
"mappings": [
2022-07-06 15:54:21 +02:00
{
2022-07-08 03:14:55 +02:00
"if": "wheelchair=yes",
"then": {
2022-07-26 10:51:14 +02:00
"en": "This pharmacy is easy to access on a wheelchair",
"ca": "Aquesta farmàcia és fàcil d'accedir en una cadira de rodes",
2022-07-28 09:30:45 +02:00
"de": "Die Apotheke ist für Rollstuhlfahrer leicht zugänglich",
"nl": "Deze apotheek is makkelijk te bereiken met een rolstoel"
2022-07-08 03:14:55 +02:00
}
2022-07-06 15:54:21 +02:00
},
{
2022-07-08 03:14:55 +02:00
"if": "wheelchair=no",
"then": {
2022-07-26 10:51:14 +02:00
"en": "This pharmacy is hard to access on a wheelchair",
2022-07-28 09:30:45 +02:00
"de": "Die Apotheke ist für Rollstuhlfahrer nur schwer zugänglich",
"nl": "Deze apotheek is moeilijk te bereiken met een rolstoel"
2022-07-08 03:14:55 +02:00
}
},
2022-07-06 15:54:21 +02:00
{
2022-07-08 03:14:55 +02:00
"if": "wheelchair=limited",
"then": {
2022-07-26 10:51:14 +02:00
"en": "This pharmacy has limited access for wheelchair users",
2022-07-28 09:30:45 +02:00
"de": "Die Apotheke ist für Rollstuhlfahrer nur eingeschränkt zugänglich",
"nl": "Deze apotheek is bereikbaar met een rolstoel, maar het is niet makkelijk"
2022-07-08 03:14:55 +02:00
}
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"
],
"iconBadges": [
{
"if": "opening_hours~*",
"then": "isOpen"
}
],
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
}
2022-07-08 03:14:55 +02:00
}
],
"filter": [
{
"id": "drive-through",
"options": [
2022-07-07 16:08:54 +02:00
{
"question": {
2022-07-27 10:16:11 +02:00
"en": "Has drive through",
2022-07-28 09:30:45 +02:00
"de": "Bietet einen Durchfahr-Service an",
"nl": "Heeft een drive-through"
},
"osmTags": "drive_through=yes"
}
]
},
{
"id": "dispensing",
"options": [
2022-07-07 16:08:54 +02:00
{
"question": {
2022-07-27 10:16:11 +02:00
"en": "Pharmacy able to provide prescription drugs",
2022-07-28 09:30:45 +02:00
"de": "Apotheke, die verschreibungspflichtige Arzneimittel ausgibt",
"nl": "Deze apotheek verdeelt medicijnen met voorschrift"
},
"osmTags": "dispensing=yes"
2022-07-07 16:08:54 +02:00
}
]
2022-09-19 13:45:59 +02:00
},
"open_now"
]
2022-09-19 13:45:59 +02:00
}