Flutter_map: how to leaflet add wms layer ?

Created on 5 Sep 2019  路  4Comments  路  Source: fleaflet/flutter_map

enhancement

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.

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

vinicentus picture vinicentus  路  3Comments

rktvsiim picture rktvsiim  路  5Comments

aytunch picture aytunch  路  4Comments

igaurab picture igaurab  路  5Comments

abhijithvijayan picture abhijithvijayan  路  4Comments