Add hotel preset

This commit is contained in:
John Firebaugh
2013-03-07 17:53:40 -08:00
parent ea2ebe430d
commit f563c95bf2
3 changed files with 40 additions and 0 deletions

View File

@@ -975,6 +975,25 @@
"address"
]
},
{
"name": "hotel",
"match": {
"type": [
"point",
"area"
],
"terms": [],
"tags": {
"tourism": "hotel"
}
},
"icon": "lodging",
"form": [
"operator",
"building_area",
"address"
]
},
{
"name": "museum",
"match": {

View File

@@ -40,6 +40,7 @@
"amenity/fire_station",
"amenity/police",
"amenity/library",
"tourism/hotel",
"tourism/museum",
"amenity/townhall",
"leisure/golf_course",

View File

@@ -0,0 +1,20 @@
{
"name": "hotel",
"match": {
"type": [
"point",
"area"
],
"terms": [
],
"tags": {
"tourism": "hotel"
}
},
"icon": "lodging",
"form": [
"operator",
"building_area",
"address"
]
}