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 <p.scad...@gns.cri.nz> wrote:

> 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.
>
> Geoserver version is 2.1.4
>
> Openlayers constructor:
>
>              layer = new OpenLayers.Layer.WMS(lay.name, lay.serverUrl, {
>                  layers: layerName,
>                  tiled:true,
>                  tilesOrigin : map.maxExtent.left + ',' +
> map.maxExtent.bottom,
>                  transparent: true
>              }, {
>                  wrapDateLine: true,
>                  displayOutsideMaxExtent: false,
>                  maxExtent:msex,
>                  displayInLayerSwitcher: true,
>              });
>
> The map is in 900913. All other layers on the map are fine (coming from
> same server). The only distinguishing feature for the bad layer is that
> its native projection is quite different.
>
> Any ideas on where to look for the problem?
>
>
>
>
> Notice: This email and any attachments are confidential. If received in
> error please destroy and immediately notify us. Do not copy or disclose the
> contents.
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>



-- 
Gabriel Roldan
OpenGeo - http://opengeo.org
Expert service straight from the developers.
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to