dyomedea/src/styles/hiking.json

236 lines
5.1 KiB
JSON

{
"version": 8,
"name": "Hiking",
"metadata": { "maputnik:renderer": "mbgljs" },
"sources": {
"dyomedea": {
"type": "vector",
"tiles": [
"https://geo.dyomedea.com/geoserver/gwc/service/wmts/rest/dyomedea/EPSG:900913/EPSG:900913:{z}/{y}/{x}?format=application/vnd.mapbox-vector-tile"
],
"minZoom": 0,
"maxZoom": 14
}
},
"sprite": "",
"glyphs": "https://orangemug.github.io/font-glyphs/glyphs/{fontstack}/{range}.pbf",
"layers": [
{
"id": "hiking-routes",
"type": "line",
"source": "dyomedea",
"source-layer": "planet_osm_line",
"filter": ["all", ["==", "route", "hiking"]],
"layout": { "visibility": "visible" },
"paint": {
"line-color": "rgba(73, 3, 82, 1)",
"line-opacity": 0.8,
"line-width": 3
}
},
{
"id": "hiking-tracks",
"type": "line",
"source": "dyomedea",
"source-layer": "planet_osm_line",
"minzoom": 14,
"filter": ["all", ["in", "highway", "path", "track", "footway", "steps"]],
"paint": { "line-color": "rgba(73, 3, 82, 1)" }
},
{
"id": "hiking-poi-points",
"type": "circle",
"source": "dyomedea",
"source-layer": "planet_osm_point",
"minzoom": 11,
"filter": [
"any",
[
"in",
"amenity",
"bar",
"pub",
"cafe",
"drinking_water",
"water_point",
"fast_food",
"food_court",
"pub",
"restaurant",
"atm",
"bank",
"atm",
"bank",
"waste_basket",
"waste_disposal",
"vending_machine",
"doctors",
"hospital",
"pharmacy",
"police",
"fire_station"
],
[
"in",
"shop",
"water",
"bakery",
"butcher",
"cheese",
"chocolate",
"convenience",
"dairy",
"farm",
"greengrocer",
"health_food",
"pasta",
"pastry",
"seafood",
"supermarket",
"wholesale",
"outdoor",
"department_store",
"general",
"mall",
"laundry"
],
[
"in",
"tourism",
"hotel",
"alpine_hut",
"apartment",
"camp_site",
"chalet",
"guest_house",
"hostel",
"motel",
"wilderness_hut",
"viewpoint"
],
["in", "waterway", "waterfall"],
[
"in",
"natural",
"peak",
"cave_entrance",
"volcano",
"arch",
"arete",
"fumarole",
"rock",
"saddle",
"sinkhole",
"stone",
"glacier",
"spring",
"hot_spring",
"geyser"
]
],
"layout": { "visibility": "visible" },
"paint": {
"circle-color": "rgba(80, 4, 4, 1)",
"circle-radius": 10,
"circle-stroke-width": 1
}
},
{
"id": "hiking-poi-polygons",
"type": "fill",
"source": "dyomedea",
"source-layer": "planet_osm_polygon",
"minzoom": 11,
"filter": [
"any",
[
"in",
"amenity",
"bar",
"fast_food",
"food_court",
"pub",
"restaurant",
"cafe",
"atm",
"bank",
"doctors",
"hospital",
"pharmacy",
"police",
"fire_station",
"drinking_water",
"water_point",
"waste_basket",
"waste_disposal",
"vending_machine"
],
[
"in",
"shop",
"bakery",
"butcher",
"cheese",
"chocolate",
"convenience",
"dairy",
"farm",
"greengrocer",
"health_food",
"pasta",
"pastry",
"seafood",
"water",
"department_store",
"general",
"mall",
"supermarket",
"wholesale",
"outdoor",
"laundry"
],
[
"in",
"tourism",
"hotel",
"alpine_hut",
"apartment",
"camp_site",
"chalet",
"guest_house",
"hostel",
"motel",
"wilderness_hut",
"viewpoint"
],
["in", "waterway", "waterfall"],
[
"in",
"natural",
"peak",
"cave_entrance",
"volcano",
"arch",
"arete",
"fumarole",
"rock",
"saddle",
"sinkhole",
"stone",
"glacier",
"spring",
"hot_spring",
"geyser"
]
],
"layout": { "visibility": "visible" },
"paint": {
"fill-color": "rgba(49, 3, 3, 1)",
"fill-antialias": true,
"fill-outline-color": "rgba(4, 2, 41, 1)"
}
}
],
"id": "c6w0li4lm"
}