@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
44 lines (43 loc) • 823 B
JSON
{
"icon": "maki-pharmacy",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"dispensing",
"drive_through",
"opening_hours/drive_through"
],
"moreFields": [
"{@templates/poi}",
"branch_brand",
"brand"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "pharmacy"
},
"addTags": {
"amenity": "pharmacy",
"healthcare": "pharmacy"
},
"reference": {
"key": "amenity",
"value": "pharmacy"
},
"terms": [
"apothecary",
"chemist",
"dispensary",
"drug store",
"drugstore",
"medicine",
"prescription"
],
"name": "Pharmacy Counter"
}