You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, yes that's a problem. We'll probably need to change the option name - perhaps to untiled with the default of true? A temporary workaround would be to add &tiled=true to your base WMS url, i.e.:
The ideal solution would be to treat WMS parameters entirely separately from the layer options, but we're punting on that for now for compatibility with Leaflet (see Leaflet/Leaflet#2972).
To enable geoserver wms service with geowebcache is needed to pass
tiled=true
as param, but this is filtered by leaflet.wms :(http://docs.geoserver.org/stable/en/user/webadmin/tilecache/defaults.html#enable-direct-integration-with-geoserver-wms
The text was updated successfully, but these errors were encountered: