heigeo / leaflet.wms

A Leaflet plugin for working with Web Map services, providing: single-tile/untiled/nontiled layers, shared WMS sources, and GetFeatureInfo-powered identify.
http://heigeo.github.io/leaflet.wms/
MIT License
242 stars 135 forks source link

Restrictions on CRS? #39

Open Damorck opened 7 years ago

Damorck commented 7 years ago

Hey there. Thx for a great plugin. I´m testing on wms by my wms setup from qgiscloud.com, but fails (nothing shows up in layer), Maybe it´s my CRS. Is there restrictions on CRS, and is it only working with CRS 4326?

sheppard commented 7 years ago

Thanks for the report. To use a custom CRS you will need to use the Proj4leaflet plugin. In theory, everything should just work once you have both plugins running and configured. However we haven't tested it thoroughly (see #3), so we appreciate any feedback you have.