Skip to content

help #1

Description

@2qq2qq

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions