Re: [Geoserver-users] Problem with GWC and tile alignment but only affecting some zoom levels.

2012-09-18 Thread Phil Scadden
On 18/09/2012 7:32 a.m., Gabriel Roldan wrote: Does this happen also for the gwc generated demo page for the layer? Hope not and in that case you should check the generated page code and make sure it matches your app's layer/map set up B

Re: [Geoserver-users] Problem with GWC and tile alignment but only affecting some zoom levels.

2012-09-17 Thread cmaul
Phil, I had a similar phenonomenon, i.e. offset at some scales in a different setup. Reason was that the geowebcache.xml and an Oplenayers function call didn't have the same bounding box. OpenLayers.Vicmap.Util.MAP={layername:"Map",resolutions:[2116.67098467,1058.3354500042335,529.1677250021

Re: [Geoserver-users] Problem with GWC and tile alignment but only affecting some zoom levels.

2012-09-17 Thread Gabriel Roldan
Does this happen also for the gwc generated demo page for the layer? Hope not and in that case you should check the generated page code and make sure it matches your app's layer/map set up On Mon, Sep 17, 2012 at 2:06 AM, Phil Scadden wrote: > Apart from deep zooms, it seems that tiles from GWC

[Geoserver-users] Problem with GWC and tile alignment but only affecting some zoom levels.

2012-09-16 Thread Phil Scadden
Apart from deep zooms, it seems that tiles from GWC for just one layer, misalign for every second zoom level. Ie spot on for one level, completely misaligned for the next. If I turn off caching (remove tiled=true from layer constructor), then everything is fine so must be an issue with GWC. Ge