> For the complete documentation index, see [llms.txt](https://docs.fleaflet.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fleaflet.dev/v6/layers/tile-layer/wms-usage.md).

# 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.

{% embed url="<https://pub.dev/documentation/flutter_map/latest/flutter_map/WMSTileLayerOptions-class.html>" %}

{% hint style="success" %}
Omit `urlTemplate` if using WMS tiles. The template is now specified in the `baseUrl` property of `WMSTileLayerOptions`.
{% endhint %}
