mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
Add Ranger Station preset
This commit is contained in:
committed by
John Firebaugh
parent
33f1ccd74d
commit
86d1baf00f
@@ -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>"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Vendored
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user