mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
add shetler and picnic site POIs, #34
This commit is contained in:
@@ -523,6 +523,7 @@ export const overpassTree: LayerTreeType = {
|
||||
toilets: true,
|
||||
"water": true,
|
||||
shower: true,
|
||||
shelter: true,
|
||||
barrier: true
|
||||
},
|
||||
tourism: {
|
||||
@@ -531,6 +532,7 @@ export const overpassTree: LayerTreeType = {
|
||||
hotel: true,
|
||||
campsite: true,
|
||||
hut: true,
|
||||
picnic: true,
|
||||
summit: true,
|
||||
pass: true,
|
||||
climbing: true,
|
||||
@@ -605,6 +607,7 @@ export const defaultOverpassQueries: LayerTreeType = {
|
||||
toilets: false,
|
||||
"water": false,
|
||||
shower: false,
|
||||
shelter: false,
|
||||
barrier: false
|
||||
},
|
||||
tourism: {
|
||||
@@ -613,6 +616,7 @@ export const defaultOverpassQueries: LayerTreeType = {
|
||||
hotel: false,
|
||||
campsite: false,
|
||||
hut: false,
|
||||
picnic: false,
|
||||
summit: false,
|
||||
pass: false,
|
||||
climbing: false
|
||||
@@ -739,6 +743,7 @@ export const defaultOverpassTree: LayerTreeType = {
|
||||
toilets: true,
|
||||
"water": true,
|
||||
shower: false,
|
||||
shelter: false,
|
||||
barrier: false
|
||||
},
|
||||
tourism: {
|
||||
@@ -747,6 +752,7 @@ export const defaultOverpassTree: LayerTreeType = {
|
||||
hotel: true,
|
||||
campsite: true,
|
||||
hut: true,
|
||||
picnic: false,
|
||||
summit: true,
|
||||
pass: true,
|
||||
climbing: false
|
||||
@@ -852,6 +858,16 @@ export const overpassQueryData: Record<string, OverpassQueryData> = {
|
||||
},
|
||||
symbol: "Shower"
|
||||
},
|
||||
shelter: {
|
||||
icon: {
|
||||
svg: House,
|
||||
color: "#000000",
|
||||
},
|
||||
tags: {
|
||||
amenity: "shelter"
|
||||
},
|
||||
symbol: "House"
|
||||
},
|
||||
"fuel-station": {
|
||||
icon: {
|
||||
svg: Fuel,
|
||||
@@ -940,6 +956,16 @@ export const overpassQueryData: Record<string, OverpassQueryData> = {
|
||||
},
|
||||
symbol: "Lodge"
|
||||
},
|
||||
picnic: {
|
||||
icon: {
|
||||
svg: Utensils,
|
||||
color: "Green",
|
||||
},
|
||||
tags: {
|
||||
tourism: "picnic_site"
|
||||
},
|
||||
symbol: "Picnic Area"
|
||||
},
|
||||
summit: {
|
||||
icon: {
|
||||
svg: Mountain,
|
||||
|
@@ -296,6 +296,7 @@
|
||||
"toilets": "Toilets",
|
||||
"water": "Water",
|
||||
"shower": "Shower",
|
||||
"shelter": "Shelter",
|
||||
"motorized": "Cars and Motorcycles",
|
||||
"fuel-station": "Fuel Station",
|
||||
"parking": "Parking",
|
||||
@@ -307,6 +308,7 @@
|
||||
"hotel": "Hotel",
|
||||
"campsite": "Campsite",
|
||||
"hut": "Hut",
|
||||
"picnic": "Picnic Area",
|
||||
"summit": "Summit",
|
||||
"pass": "Pass",
|
||||
"climbing": "Climbing",
|
||||
|
Reference in New Issue
Block a user