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

Add WMS support #14

Open
vincedchart opened this issue Nov 28, 2023 · 0 comments
Open

Add WMS support #14

vincedchart opened this issue Nov 28, 2023 · 0 comments

Comments

@vincedchart
Copy link

vincedchart commented Nov 28, 2023

Could you please add WMS support?
in my basemaps array of javascript, i have the following which is not xyz nor google or bing:

  L.tileLayer.wms("https://website/geoserver/gwc/service/wms?", {
    service: 'WMS',
    version: '1.1.1',
    request: 'GetMap',
    styles: '',
    layers: 'fonds.nightlights',
    tiled: 'tiled',	
                    format: 'image/jpeg',
                    attribution: 'NASA',
    label: "Night",
    width: '256',
    height: '256',
    srs: 'EPSG%3A900913'
                })
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