@openstreetmap/id-tagging-schema
Version:
The OpenStreetMap tagging model used by the iD editor
43 lines (42 loc) • 828 B
JSON
{
"icon": "maki-lodging",
"fields": [
"name",
"operator",
"guest_house",
"address",
"website",
"email",
"phone",
"building_area_yes",
"rooms",
"{@templates/internet_access}"
],
"moreFields": [
"{@templates/internet_access}",
"{@templates/poi}",
"air_conditioning",
"building/levels_building",
"fhrs/id-GB",
"height_building",
"reservation",
"smoking"
],
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "guest_house"
},
"terms": [
"b & b",
"b and b",
"B&B",
"Bed and Breakfast",
"bnb",
"lodging",
"overnight accommodations"
],
"name": "Guest House"
}