From 7d76ab10051a0f33dfe32647db4264d522b6c420 Mon Sep 17 00:00:00 2001 From: MaltaProject Date: Thu, 12 Dec 2013 16:02:43 -0400 Subject: [PATCH] Added Doctor/Dentist/Clinic Presets --- data/presets.yaml | 9 ++++++ data/presets/presets.json | 61 +++++++++++++++++++++++++++++++++++++++ dist/locales/en.json | 12 ++++++++ 3 files changed, 82 insertions(+) diff --git a/data/presets.yaml b/data/presets.yaml index 5baa90ae3..19072b911 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -429,12 +429,21 @@ en: amenity/cinema: name: Cinema terms: "" + amenity/clinic: + name: Clinic + terms: "" amenity/college: name: College terms: "" amenity/courthouse: name: Courthouse terms: "" + amenity/dentist: + name: Dentist + terms: "" + amenity/doctor: + name: Doctor + terms: "" amenity/drinking_water: name: Drinking Water terms: "" diff --git a/data/presets/presets.json b/data/presets/presets.json index 48797dbb3..0992963c5 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -608,6 +608,27 @@ }, "name": "Cinema" }, + "amenity/clinic": { + "name": "Clinic", + "geometry": [ + "point", + "area" + ], + "terms": [ + "clinic", + "medical clinic" + ], + "tags": { + "amenity": "clinic" + }, + "icon": "hospital", + "fields": [ + "building_area", + "social_facility", + "address", + "opening_hours" + ] + }, "amenity/college": { "icon": "college", "fields": [ @@ -640,6 +661,46 @@ }, "name": "Courthouse" }, + "amenity/dentist": { + "name": "Dentist", + "geometry": [ + "point", + "area" + ], + "terms": [ + "dentist", + "dentist's office" + ], + "tags": { + "amenity": "doctors" + }, + "icon": "hospital", + "fields": [ + "building_area", + "address", + "opening_hours" + ] + }, + "amenity/doctor": { + "name": "Doctor", + "geometry": [ + "point", + "area" + ], + "terms": [ + "doctor", + "doctor's office" + ], + "tags": { + "amenity": "doctors" + }, + "icon": "hospital", + "fields": [ + "building_area", + "address", + "opening_hours" + ] + }, "amenity/drinking_water": { "icon": "water", "geometry": [ diff --git a/dist/locales/en.json b/dist/locales/en.json index 5525d148f..a6a8fc270 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -997,6 +997,10 @@ "name": "Cinema", "terms": "big screen,bijou,cine,drive-in,film,flicks,motion pictures,movie house,movie theater,moving pictures,nabes,photoplay,picture show,pictures,playhouse,show,silver screen" }, + "amenity/clinic": { + "name": "Clinic", + "terms": "clinic,medical clinic" + }, "amenity/college": { "name": "College", "terms": "" @@ -1005,6 +1009,14 @@ "name": "Courthouse", "terms": "" }, + "amenity/dentist": { + "name": "Dentist", + "terms": "dentist,dentist's office" + }, + "amenity/doctor": { + "name": "Doctor", + "terms": "doctor,doctor's office" + }, "amenity/drinking_water": { "name": "Drinking Water", "terms": "water fountain,potable water"