Hi! First of all, great work on this plugin! I also want to implement wms layers in flutter but not able to find in this library.
An example of the leaflet on the javascript library with WMSlayer is available for your reference at http://jsfiddle.net/devmgs/t3u7xszy/14/
Link for leaflet tilewms source
https://github.com/Leaflet/Leaflet/blob/master/src/layer/tile/TileLayer.WMS.js
Please plan to support the same @johnpryan .
I second this request, as all my available map services are either WMS or WFS services, and very rarely WMTS (tiled). This would be an invaluable addition to this plugin - and unfortunately currently a deal breaker for my application. Please plan to support WMS services. Thank you very much in advance.
@nesnejretep we accept pull requests! If you would like to try to implement this I am happy to provide guidance. It looks like you could extend the TileLayer class and make the modifications in the file linked by @devmgs
There's a PR for adding that, #500
Check it out
Most helpful comment
I second this request, as all my available map services are either WMS or WFS services, and very rarely WMTS (tiled). This would be an invaluable addition to this plugin - and unfortunately currently a deal breaker for my application. Please plan to support WMS services. Thank you very much in advance.