<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 18/09/2012 7:32 a.m., Gabriel Roldan
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJoZhK2s-tS7kaqfDpxnY=CR=bq1hpiGdH9gnnjEcJVOEMQq9Q@mail.gmail.com"
      type="cite">Does this happen also for the gwc generated demo page
      for the layer?
      <div>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<br>
      </div>
    </blockquote>
    By slowly adding bits from my application to the gwc demo, I have
    cracked what exactly is causing the problem. It is putting a
    maxExtent on the<br>
    layer.<br>
    <br>
    Maxextent for the map is<br>
     new
OpenLayers.Bounds(-2.003750834E7,-2.003750834E7,2.003750834E7,2.003750834E7)<br>
    but a maxExtent for the layer is:<br>
    msex = new OpenLayers.Bounds(-20037508.34, -8399738, 20037508.34,
    20037508.34);<br>
    <br>
    Ie I am restricting the layer data display to be that north of 60S.
    When I do that, I get the cache images displaced from the where they
    be for each alternate zoom level (correct for one, offset for the
    next).<br>
    <img src="cid:part1.07040805.09000108@gns.cri.nz" alt=""><br>
  
<p><span style="font-family:'Arial';font-size:8pt; color:#000000;">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.</span></p>
<p><span style="font-family:'Arial';font-size:8pt; color:#000000;"> </span></p></body>
</html>