mapcomplete/assets/layers/dentist/dentist.json

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

104 lines
2.4 KiB
JSON
Raw Normal View History

{
"id": "dentist",
"name": {
"en": "Dentist",
2022-12-16 13:40:25 +01:00
"nl": "Tandarts",
2023-02-26 17:45:29 +01:00
"de": "Zahnärzte",
2023-03-29 15:50:10 +02:00
"es": "Dentista",
2023-09-16 18:52:42 +02:00
"ca": "Dentista",
2023-10-30 13:44:27 +01:00
"pl": "Dentysta",
"cs": "Zubař"
},
"description": {
2022-12-16 13:40:25 +01:00
"en": "This layer shows dentist offices",
2023-01-06 04:33:45 +01:00
"de": "Diese Ebene zeigt Zahnarztpraxen",
2023-09-16 18:52:42 +02:00
"nl": "Deze laag toont tandartsen",
2023-09-19 14:22:52 +02:00
"pl": "Ta warstwa pokazuje gabinety dentystyczne",
2023-10-30 13:44:27 +01:00
"ca": "Aquesta capa mostra clíniques dentals",
"cs": "Tato vrstva zobrazuje ordinace zubních lékařů"
},
"source": {
2022-12-16 13:40:25 +01:00
"osmTags": "amenity=dentist"
},
"minzoom": 13,
"title": {
"render": {
"en": "Dentist Office {name}",
2023-06-28 22:30:08 +02:00
"de": "Zahnarztpraxis {name}",
2023-06-01 14:32:45 +02:00
"nl": "Tandartspraktijk {name}",
2023-09-19 14:22:52 +02:00
"fr": "Cabinet medical {name}",
2023-10-30 13:44:27 +01:00
"ca": "Clínica Dental {name}",
"cs": "Zubní ordinace {name}"
}
},
"pointRendering": [
{
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/dentist/dentist.svg"
}
]
}
],
"lineRendering": [],
"presets": [
{
"title": {
"en": "a dentists office",
"de": "eine Zahnarztpraxis",
"nl": "een tandartspraktijk",
"fr": "un cabinet de dentistes",
"ca": "una clínica dental",
"cs": "zubní ordinace"
},
"tags": [
"amenity=dentist"
]
}
],
"tagRenderings": [
"images",
"opening_hours",
"phone",
"email",
"website",
{
"question": {
2022-12-16 13:40:25 +01:00
"en": "What is the name of this dentist?",
2023-01-06 04:33:45 +01:00
"de": "Wie lautet der Name dieses Zahnarztes?",
2023-03-29 15:50:10 +02:00
"nl": "Hoe heet deze tandarts?",
2023-09-16 18:52:42 +02:00
"ca": "Com s'anomena aquest dentista?",
2023-10-30 13:44:27 +01:00
"pl": "Jaka jest nazwa tego gabinetu dentystycznego?",
"cs": "Jak se jmenuje tento zubař?"
},
"render": {
2022-12-16 13:40:25 +01:00
"en": "This dentist is called {name}",
2023-01-06 04:33:45 +01:00
"de": "Dieser Zahnarzt heißt {name}",
2023-01-10 19:34:07 +01:00
"nl": "Deze tandarts heet {name}",
2023-09-16 18:52:42 +02:00
"ca": "El dentista s'anomena {name}",
2023-10-30 13:44:27 +01:00
"pl": "Nazwa tego gabinetu dentystycznego to {name}",
"cs": "Tento zubař se jmenuje {name}"
},
"freeform": {
"key": "name"
},
"id": "name"
}
],
"filter": [
"open_now"
],
2023-09-19 14:04:13 +02:00
"deletion": true,
"allowMove": true
}