mapcomplete/assets/layers/pharmacy/pharmacy.json

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

201 lines
5.8 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-12-16 13:40:25 +01:00
"en": "Pharmacies",
"de": "Apotheken",
"nl": "Apotheken",
2023-01-10 19:34:07 +01:00
"pa_PK": "فارمیسی",
2023-09-16 18:52:42 +02:00
"ca": "Farmàcies",
"fr": "Pharmacies"
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",
2023-09-16 18:52:42 +02:00
"nl": "Deze laag toont apotheken, welke (waarschijnlijk) ook medicijnen onder voorschrift verkopen",
2023-09-28 16:56:25 +02:00
"fr": "Une couche affichant les pharmacie qui (probablement) délivrent des médicaments",
"ca": "Una capa que mostra les farmàcies, que (probablement) distribueixen medicaments amb recepta"
},
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}",
2023-09-16 18:52:42 +02:00
"nl": "{name}",
2023-09-28 16:56:25 +02:00
"fr": "{name}",
"ca": "{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",
2023-09-16 18:52:42 +02:00
"pa_PK": "فارمیسی",
2023-09-28 16:56:25 +02:00
"fr": "Pharmacie",
"ca": "Farmàcia"
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",
"reviews",
{
"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",
2023-09-16 18:52:42 +02:00
"nl": "Naam van de apotheek",
2023-09-28 16:56:25 +02:00
"fr": "Nom de la pharmacie",
"ca": "Nom de la farmàcia"
}
},
"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?",
2023-09-16 18:52:42 +02:00
"nl": "Wat is de naam van deze apotheek?",
2023-09-28 16:56:25 +02:00
"fr": "Quel est le nom de cette pharmacie ?",
"ca": "Quin és el nom de la farmàcia?"
},
"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}",
2023-02-23 14:39:08 +01:00
"ca": "Aquesta farmàcia es diu {name}",
"fr": "Cette pharmacie s'appelle {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?",
2023-01-29 18:02:06 +01:00
"nl": "Is het mogelijk om deze apotheek te bereiken met een rolstoel?",
2023-04-03 00:33:50 +02:00
"ca": "És fàcil accedir a aquesta farmàcia amb una cadira de rodes?",
"fr": "Cette pharmacie est-elle facilement accessible en chaise roulante ?"
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",
2023-04-03 00:33:50 +02:00
"nl": "Deze apotheek is makkelijk te bereiken met een rolstoel",
"fr": "Cette pharmacie est facile d'accès en chaise roulante"
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",
2023-04-03 00:33:50 +02:00
"ca": "Aquesta farmàcia es difícil d'accedir amb una cadira de rodes",
"fr": "Cette pharmacie est difficilement accessible en chaise roulante"
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",
2023-04-03 00:33:50 +02:00
"ca": "Aquesta farmàcia té un accés limitat per a usuaris amb cadira de rodes",
"fr": "L'accès à cette pharmacie est limité en chaise roulante"
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": "./assets/layers/pharmacy/pharmacy.svg",
"iconSize": "40,40",
2022-07-08 03:14:55 +02:00
"location": [
"point",
"centroid"
],
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
}
],
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div style='background: white; padding: 0.25em; border-radius:0.5em'>{name}</div>"
}
]
},
"anchor": "bottom"
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",
2023-09-16 18:52:42 +02:00
"nl": "Heeft een drive-through",
2023-09-28 16:56:25 +02:00
"fr": "A une drive",
"ca": "Té autoservei"
},
"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",
2023-09-16 18:52:42 +02:00
"nl": "Deze apotheek verdeelt medicijnen met voorschrift",
2023-09-28 16:56:25 +02:00
"fr": "Pharmacie pouvant délivrer des médicaments sous prescription",
"ca": "Farmàcia que subministra medicaments amb recepta"
},
"osmTags": "dispensing=yes"
2022-07-07 16:08:54 +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",
2023-09-16 18:52:42 +02:00
"de": "eine Apotheke",
2023-09-28 16:56:25 +02:00
"fr": "une pharmacie",
"ca": "una farmàcia"
2022-10-30 20:51:58 +01:00
}
}
],
2023-05-01 10:10:26 +02:00
"deletion": true,
"allowMove": true
}