diff --git a/data/presets/amenity/doctors-PH.json b/data/presets/amenity/doctors-PH.json new file mode 100644 index 00000000..9b7c1064 --- /dev/null +++ b/data/presets/amenity/doctors-PH.json @@ -0,0 +1,43 @@ +{ + "icon": "maki-doctor", + "locationSet": { + "include": [ + "ph" + ] + }, + "fields": [ + "name", + "operator", + "healthcare/speciality", + "address", + "building_area_yes", + "opening_hours" + ], + "moreFields": [ + "{@templates/poi}", + "operator:type" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "rhu" + ], + "tags": { + "amenity": "doctors" + }, + "addTags": { + "amenity": "doctors", + "healthcare": "doctor" + }, + "reference": { + "key": "amenity", + "value": "doctors" + }, + "name": "Doctor", + "aliases": [ + "Rural Health Unit", + "Urban Health Center" + ] +}