@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
34 lines (33 loc) • 631 B
JSON
{
"icon": "maki-art-gallery",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"changing_table",
"toilets",
"toilets/wheelchair",
"toilets/menstrual_products_poi"
],
"geometry": [
"point",
"area"
],
"terms": [
"art",
"exhibition",
"painting",
"photogaph",
"sculpture"
],
"tags": {
"tourism": "gallery"
},
"name": "Art Gallery"
}