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