@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
42 lines (41 loc) • 808 B
JSON
{
"icon": "maki-lodging",
"fields": [
"name",
"brand",
"address",
"website",
"email",
"phone",
"building_area_yes",
"rooms",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"branch_brand",
"building/levels_building",
"height_building",
"operator",
"payment_multi",
"ref/vatin",
"reservation",
"smoking",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "motel"
},
"terms": [
"lodging",
"motor hotel",
"overnight accommodations"
],
"name": "Motel"
}