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,}),
`
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,}),
`