[OpenLayers-Users] More than 20 wms layers, performance issues, geowebcache concurrency

Diego Guidi diegoguidi at gmail.com
Mon Jul 30 00:44:48 PDT 2012


> I cannot add each layer as openlayers.layer.wms because of clientside
> performance issues; I cannot group layers at clientside like "layers:
> x,y,z...." since it doesn't trigger geowebcache. Is there any other option
> to use to solve clientside performance issue and to be able to obtain tiles
> from geowebcache?
My2Cents as a GeoServer/GeoWebCache newbie.
You bust build serverside a "proxy" code that, for each layer in your
single WMS request that is made clientside, calls single geowebcache
layers, grab the tile, and then merge the tiles in a single tile that
send to the client.


More information about the Users mailing list