2022-07-06 15:54:21 +02:00
|
|
|
{
|
2022-07-08 03:14:55 +02:00
|
|
|
"id": "pharmacy",
|
|
|
|
"name": {
|
2022-12-16 13:40:25 +01:00
|
|
|
"en": "Pharmacies",
|
|
|
|
"de": "Apotheken",
|
|
|
|
"nl": "Apotheken",
|
2023-01-10 19:34:07 +01:00
|
|
|
"pa_PK": "فارمیسی",
|
|
|
|
"ca": "Farmàcies"
|
2022-07-08 03:14:55 +02:00
|
|
|
},
|
2022-07-20 22:57:39 +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-20 22:57:39 +02:00
|
|
|
},
|
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",
|
2022-11-02 13:47:34 +01:00
|
|
|
"nl": "Apotheek",
|
|
|
|
"pa_PK": "فارمیسی"
|
2022-07-06 15:54:21 +02:00
|
|
|
}
|
2022-07-18 09:58:09 +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",
|
2022-07-19 21:13:35 +02:00
|
|
|
{
|
|
|
|
"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"
|
2022-07-19 21:13:35 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"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?"
|
2022-07-19 21:13:35 +02:00
|
|
|
},
|
|
|
|
"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}",
|
2023-01-29 18:02:06 +01:00
|
|
|
"nl": "Deze apotheek heet {name}",
|
|
|
|
"ca": "Aquesta farmàcia es diu {name}"
|
2022-07-19 21:13:35 +02:00
|
|
|
}
|
|
|
|
},
|
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?",
|
2023-01-29 18:02:06 +01:00
|
|
|
"nl": "Is het mogelijk om deze apotheek te bereiken met een rolstoel?",
|
|
|
|
"ca": "És fàcil accedir a aquesta farmàcia amb una cadira de rodes?"
|
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",
|
2023-01-29 18:02:06 +01:00
|
|
|
"nl": "Deze apotheek is moeilijk te bereiken met een rolstoel",
|
|
|
|
"ca": "Aquesta farmàcia es difícil d'accedir amb una cadira de rodes"
|
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",
|
2023-01-29 18:02:06 +01:00
|
|
|
"nl": "Deze apotheek is bereikbaar met een rolstoel, maar het is niet makkelijk",
|
|
|
|
"ca": "Aquesta farmàcia té un accés limitat per a usuaris amb cadira de rodes"
|
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"
|
2022-07-19 21:13:35 +02:00
|
|
|
],
|
|
|
|
"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
|
|
|
}
|
2022-07-19 09:12:12 +02:00
|
|
|
],
|
2022-07-19 21:13:35 +02:00
|
|
|
"filter": [
|
|
|
|
{
|
|
|
|
"id": "drive-through",
|
|
|
|
"options": [
|
2022-07-07 16:08:54 +02:00
|
|
|
{
|
2022-07-19 21:13:35 +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"
|
2022-07-19 21:13:35 +02:00
|
|
|
},
|
|
|
|
"osmTags": "drive_through=yes"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "dispensing",
|
|
|
|
"options": [
|
2022-07-07 16:08:54 +02:00
|
|
|
{
|
2022-07-19 21:13:35 +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"
|
2022-07-19 21:13:35 +02:00
|
|
|
},
|
|
|
|
"osmTags": "dispensing=yes"
|
2022-07-07 16:08:54 +02:00
|
|
|
}
|
2022-07-19 21:13:35 +02:00
|
|
|
]
|
2022-09-19 13:45:59 +02:00
|
|
|
},
|
|
|
|
"open_now"
|
2022-10-30 20:51:58 +01:00
|
|
|
],
|
|
|
|
"presets": [
|
|
|
|
{
|
|
|
|
"tags": [
|
|
|
|
"amenity=pharmacy"
|
|
|
|
],
|
|
|
|
"title": {
|
|
|
|
"en": "a pharmacy",
|
2022-11-14 01:28:41 +01:00
|
|
|
"nl": "een apotheek",
|
|
|
|
"de": "eine Apotheke"
|
2022-10-30 20:51:58 +01:00
|
|
|
}
|
|
|
|
}
|
2022-07-19 21:13:35 +02:00
|
|
|
]
|
2022-11-08 14:37:31 +01:00
|
|
|
}
|