You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to use your this plugins
thanks
my code:
`
var mapOptions = {
fullscreenControl: {pseudoFullscreen: false},
center: [y,x],
zoom: 12,
zoomControl: false,
};
How to use your this plugins
thanks
my code:
`
var mapOptions = {
fullscreenControl: {pseudoFullscreen: false},
center: [y,x],
zoom: 12,
zoomControl: false,
};
var leafletMap = L.map("leafletMapid", mapOptions);
var mapBoxOutdoors = {
'1layer':L.tileLayer('....', {maxZoom: 21,minZoom: 3,}).addTo(leafletMap),
'2layer':L.tileLayer('.....', {maxZoom: 20, maxNativeZoom: 18,minZoom: 3,subdomains: "1234"}),
'3layer:L.tileLayer('......', {maxZoom: 20,minZoom: 3,}),
`
The text was updated successfully, but these errors were encountered: