Builds a MapLibre-compatible WMS tile URL template from a WMS basemap config.
The resulting URL uses {bbox-epsg-3857} which MapLibre replaces with the actual EPSG:3857 bounding box for each tile request.
{bbox-epsg-3857}
Basemap config with wms.url and wms.layers.
wms.url
wms.layers
The WMS tile URL template, or null if the config is invalid.
null
Builds a MapLibre-compatible WMS tile URL template from a WMS basemap config.
The resulting URL uses
{bbox-epsg-3857}which MapLibre replaces with the actual EPSG:3857 bounding box for each tile request.