Adding poi polygons.
This commit is contained in:
parent
5b9c2e3ca4
commit
fcc09e2ace
|
@ -38,7 +38,7 @@
|
|||
"paint": { "line-color": "rgba(73, 3, 82, 1)" }
|
||||
},
|
||||
{
|
||||
"id": "hiking-pois",
|
||||
"id": "hiking-poi-points",
|
||||
"type": "circle",
|
||||
"source": "dyomedea",
|
||||
"source-layer": "planet_osm_point",
|
||||
|
@ -131,6 +131,101 @@
|
|||
"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"
|
||||
|
|
Loading…
Reference in New Issue