forked from MapComplete/MapComplete
Housekeeping...
This commit is contained in:
parent
5cd300f42e
commit
22d79b0dc2
178 changed files with 5023 additions and 3595 deletions
|
@ -1,10 +1,14 @@
|
|||
{
|
||||
"id": "doctors",
|
||||
"name": {
|
||||
"en": "doctors"
|
||||
"en": "Doctors",
|
||||
"de": "Ärzte",
|
||||
"nl": "Dokters"
|
||||
},
|
||||
"description": {
|
||||
"en": "This layer shows doctor offices, dentists and other healthcare facilities"
|
||||
"en": "This layer shows doctor offices, dentists and other healthcare facilities",
|
||||
"de": "Diese Ebene zeigt Arztpraxen, Zahnärzte und andere Gesundheitseinrichtungen",
|
||||
"nl": "Deze laag toont dokterspraktijken, tandartsen en andere gezondheidszorgfaciliteiten"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
@ -17,7 +21,9 @@
|
|||
},
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Doctors Office {name}"
|
||||
"en": "Doctors Office {name}",
|
||||
"de": "Arztpraxis {name}",
|
||||
"nl": "Dokterspraktijk {name}"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
|
@ -43,10 +49,14 @@
|
|||
"website",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this doctors place?"
|
||||
"en": "What is the name of this doctors place?",
|
||||
"de": "Wie heißt diese Arztpraxis?",
|
||||
"nl": "Wat is de naam van deze dokterspraktijk?"
|
||||
},
|
||||
"render": {
|
||||
"en": "This doctors place is called {name}"
|
||||
"en": "This doctors place is called {name}",
|
||||
"de": "Diese Arztpraxis heißt {name}",
|
||||
"nl": "Deze dokterspraktijk heet {name}"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "name"
|
||||
|
@ -57,10 +67,14 @@
|
|||
"condition": "amenity=doctors",
|
||||
"id": "specialty",
|
||||
"render": {
|
||||
"en": "This doctor is specialized in {healthcare:speciality}"
|
||||
"en": "This doctor is specialized in {healthcare:speciality}",
|
||||
"de": "Dieser Arzt ist spezialisiert auf {healthcare:speciality}",
|
||||
"nl": "Deze dokter is gespecialiseerd in {healthcare:speciality}"
|
||||
},
|
||||
"question": {
|
||||
"en": "What is this doctor specialized in?"
|
||||
"en": "What is this doctor specialized in?",
|
||||
"de": "Worauf ist dieser Arzt spezialisiert?",
|
||||
"nl": "Waar is deze dokter in gespecialiseerd?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "healthcare:speciality"
|
||||
|
@ -69,25 +83,33 @@
|
|||
{
|
||||
"if": "healthcare:speciality=general",
|
||||
"then": {
|
||||
"en": "This is a general practitioner"
|
||||
"en": "This is a general practitioner",
|
||||
"de": "Dies ist ein Allgemeinmediziner",
|
||||
"nl": "Dit is een huisarts"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "healthcare:speciality=gynaecology",
|
||||
"then": {
|
||||
"en": "This is a gynaecologist"
|
||||
"en": "This is a gynaecologist",
|
||||
"de": "Dies ist ein Gynäkologe",
|
||||
"nl": "Dit is een gynaecoloog"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "healthcare:speciality=psychiatry",
|
||||
"then": {
|
||||
"en": "This is a psychiatrist"
|
||||
"en": "This is a psychiatrist",
|
||||
"de": "Dies ist ein Psychiater",
|
||||
"nl": "Dit is een psychiater"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "healthcare:speciality=paediatrics",
|
||||
"then": {
|
||||
"en": "This is a paediatrician"
|
||||
"en": "This is a paediatrician",
|
||||
"de": "Dies ist ein Kinderarzt",
|
||||
"nl": "Dit is een kinderarts"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -96,7 +118,9 @@
|
|||
"presets": [
|
||||
{
|
||||
"title": {
|
||||
"en": "a doctors office"
|
||||
"en": "a doctors office",
|
||||
"de": "eine Arztpraxis",
|
||||
"nl": "een dokterspraktijk"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=doctors"
|
||||
|
@ -104,7 +128,9 @@
|
|||
},
|
||||
{
|
||||
"title": {
|
||||
"en": "a dentists office"
|
||||
"en": "a dentists office",
|
||||
"de": "eine Zahnarztpraxis",
|
||||
"nl": "een tandartspraktijk"
|
||||
},
|
||||
"tags": [
|
||||
"amenity=dentist"
|
||||
|
@ -112,7 +138,9 @@
|
|||
},
|
||||
{
|
||||
"title": {
|
||||
"en": "a physiotherapists office"
|
||||
"en": "a physiotherapists office",
|
||||
"de": "Praxis eines Physiotherapeuten",
|
||||
"nl": "een fysiotherapeutenpraktijk"
|
||||
},
|
||||
"tags": [
|
||||
"healthcare=physiotherapist"
|
||||
|
@ -125,7 +153,9 @@
|
|||
"options": [
|
||||
{
|
||||
"question": {
|
||||
"en": "Opened now"
|
||||
"en": "Opened now",
|
||||
"de": "Jetzt geöffnet",
|
||||
"nl": "Nu geopend"
|
||||
},
|
||||
"osmTags": "_isOpen=yes"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue