Add Ranger Station preset

This commit is contained in:
Bryce Nesbitt
2013-08-22 23:37:34 -07:00
committed by John Firebaugh
parent 33f1ccd74d
commit 86d1baf00f
4 changed files with 49 additions and 0 deletions
+3
View File
@@ -401,6 +401,9 @@ en:
amenity/pub:
name: Pub
terms: "<translate with synonyms or related terms for 'Pub', separated by commas>"
amenity/ranger_station:
name: Ranger Station
terms: "<translate with synonyms or related terms for 'Ranger Station', separated by commas>"
amenity/restaurant:
name: Restaurant
terms: "<translate with synonyms or related terms for 'Restaurant', separated by commas>"
+21
View File
@@ -927,6 +927,27 @@
"terms": [],
"name": "Pub"
},
"amenity/ranger_station": {
"fields": [
"building_area",
"opening_hours",
"operator",
"phone"
],
"geometry": [
"point",
"area"
],
"terms": [
"visitor center",
"permit center",
"backcountry office"
],
"tags": {
"amenity": "ranger_station"
},
"name": "Ranger Station"
},
"amenity/restaurant": {
"icon": "restaurant",
"fields": [
@@ -0,0 +1,21 @@
{
"fields": [
"building_area",
"opening_hours",
"operator",
"phone"
],
"geometry": [
"point",
"area"
],
"terms": [
"visitor center",
"permit center",
"backcountry office"
],
"tags": {
"amenity": "ranger_station"
},
"name": "Ranger Station"
}
+4
View File
@@ -926,6 +926,10 @@
"name": "Pub",
"terms": ""
},
"amenity/ranger_station": {
"name": "Ranger Station",
"terms": "visitor center,permit center,backcountry office"
},
"amenity/restaurant": {
"name": "Restaurant",
"terms": "bar,cafeteria,café,canteen,chophouse,coffee shop,diner,dining room,dive*,doughtnut shop,drive-in,eatery,eating house,eating place,fast-food place,greasy spoon,grill,hamburger stand,hashery,hideaway,hotdog stand,inn,joint*,luncheonette,lunchroom,night club,outlet*,pizzeria,saloon,soda fountain,watering hole"