Replies: 1 comment 3 replies
-
In https://photo-sphere-viewer.js.org/plugins/plan.html#configureleaflet |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to add Multi-layer Vector Basemaps to the PlanPlugin in order to Add the Community Map of Canada Basemap as a layer to the list of available base layers?
The Canadian Topographic basemap is comprised of 4 different layers that make use of leaflet
map panes
in order to group layers together and stack them in a certain order, that are then grouped together usingL.layerGroup
so that Leaflet can interpret them as a singular basemap rather than as separate layers.This is a common design for basemaps where multiple sources of topographic information are combined into a unified basemap.
In case that's not possible, can I add a single layer from this multi-layer vector basemap as a layer to my list of available base layers? For example this one: The Canada topographic map. I have tried to add It as single layer but failed everytime.
Beta Was this translation helpful? Give feedback.
All reactions