@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
38 lines (37 loc) • 639 B
JSON
{
"icon": "maki-cinema",
"fields": [
"name",
"address",
"screen",
"building_area_yes",
"opening_hours",
"payment_multi"
],
"moreFields": [
"{@templates/poi}",
"air_conditioning",
"branch_brand",
"brand",
"fhrs/id-GB",
"min_age"
],
"geometry": [
"point",
"area"
],
"terms": [
"drive-in",
"film",
"flick",
"movie",
"theater",
"picture",
"show",
"screen"
],
"tags": {
"amenity": "cinema"
},
"name": "Cinema"
}