Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 564 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 564 Bytes

BetterWMS

Leaflet WMS + GetFeatureInfo

Forked from https://github.com/jfaraklit/BetterWMS

Usage

L.tileLayer.betterWms(wms url, {
        layers: "layer",
        format: 'image/png',
        transparent: "true",
        style: 'style',
        opacity: 1,
        attribution: "attribution",
    });

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT