@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
36 lines (35 loc) • 642 B
JSON
{
"icon": "fas-smoking",
"fields": [
"name",
"address",
"building_area_yes",
"opening_hours",
"min_age"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"operator",
"outdoor_seating",
"smoking"
],
"geometry": [
"point",
"area"
],
"terms": [
"flavored tobacco",
"nargile",
"shisha",
"waterpipe"
],
"tags": {
"amenity": "hookah_lounge"
},
"name": "Hookah Lounge",
"aliases": [
"Shisha Bar"
]
}