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
244 stars 135 forks source link

Add proxy option to bypass the CORS issue #65

Open spaciandd opened 4 years ago

spaciandd commented 4 years ago

Currently the only thing that this plugin does not have is proxy option to set the proxy file, so that someone can by pass the cors issue. So, if you add this option that will be great.

thanks