mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Create doctors-PH.json
Add alias, terms for "rural health unit" and "urban health centers" in the Philippines.
This commit is contained in:
parent
20dab15f0f
commit
e47b099511
1 changed files with 43 additions and 0 deletions
43
data/presets/amenity/doctors-PH.json
Normal file
43
data/presets/amenity/doctors-PH.json
Normal file
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue