@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
35 lines (34 loc) • 593 B
JSON
{
"icon": "fas-cocktail",
"fields": [
"name",
"operator",
"address",
"building_area_yes",
"opening_hours",
"min_age",
"smoking"
],
"moreFields": [
"{@templates/poi}",
"air_conditioning",
"fhrs/id-GB",
"fee"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "nightclub"
},
"terms": [
"club",
"dance club",
"dancing",
"disco",
"discotheque",
"night club"
],
"name": "Nightclub"
}