Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help #1

Open
2qq2qq opened this issue Apr 9, 2021 · 0 comments
Open

help #1

2qq2qq opened this issue Apr 9, 2021 · 0 comments

Comments

@2qq2qq
Copy link

2qq2qq commented Apr 9, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant