Hello all,

I am using GS 2.4.0 with OpenLayers 2.11. I have many heavy vector 
layers, which I have cached with GWC (lines & polygons).
When I visualize these layers in their non-cached version with an OL 
application, there is no problem of offset. But as soon as I use the 
cached version, there is an important offset with the original data, at 
all scales. Both original data and application are in EPSG 4326.

Here is how I use the cache in OL, for instance :

new OpenLayers.Layer.WMS('Coastline',
     wms_url,
     {layers: 'carto:TDCMonde2', transparent: true, tiled: true},
     {visibility: false, isBaseLayer: false, transitionEffect: 'resize'}
)

I just comment the "tiled: true" for changing to non-cache. I've been 
trying to retile all these layers, but it doesn't change anything...
Anyone has an idea of how to deal with that ? I can send some images.

Thanks !!

Gabriel

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to