mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +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"
|
||||
}
|
||||
Reference in New Issue
Block a user