WMS Usage
flutter_map supports WMS tile servers through
WMSTileLayerOptions
- wmsOptions
in TileLayer
s.For usage, please refer to the Full API Reference, and the examples in the example app.
Omit
urlTemplate
if using WMS tiles. The template is now specified in the baseUrl
property of WMSTileLayerOptions
.Last modified 1mo ago