@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
53 lines (52 loc) • 1.04 kB
JSON
{
"icon": "temaki-museum",
"fields": [
"name",
"operator",
"operator/type",
"museum",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"building/levels_building",
"charge_fee",
"changing_table",
"fee",
"height_building",
"toilets",
"toilets/wheelchair",
"toilets/menstrual_products_poi"
],
"geometry": [
"point",
"area"
],
"terms": [
"archaeological",
"archeological",
"art",
"cultural",
"excavation",
"exhibition",
"foundation",
"gallery",
"hall",
"history",
"institution",
"nature",
"painting",
"photograph",
"science",
"sculpture",
"technology"
],
"tags": {
"tourism": "museum"
},
"name": "Museum"
}