<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-AU link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Andreas,<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Thanks. The upgrade to the live version fixed this.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Cheers, Brad...<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal><b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span lang=EN-US style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Andreas Hocevar [mailto:ahocevar@opengeo.org] <br><b>Sent:</b> Friday, 9 December 2011 10:50 AM<br><b>To:</b> Brad Spencer<br><b>Subject:</b> RE: [OpenLayers-Users] lingering vectors during zoom<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p>What you are describing here sounds familiar. Is this with OpenLayers 2.11? We had a regression in 2.11 that was fixed soon after the release. Maybe you should give the latest version from github a try.<o:p></o:p></p><p>Andreas.<o:p></o:p></p><p>P.S. If there are more questions, please continue this thread on the list. <o:p></o:p></p><div><p class=MsoNormal>On Dec 8, 2011 9:52 PM, &quot;Brad Spencer&quot; &lt;<a href="mailto:brad@numaps.com.au">brad@numaps.com.au</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>Andreas,<br><br><br>Cheers, Brad...<br><br><br><br><br>-----Original Message-----<br>From: <a href="mailto:andreas.hocevar@gmail.com">andreas.hocevar@gmail.com</a> [mailto:<a href="mailto:andreas.hocevar@gmail.com">andreas.hocevar@gmail.com</a>] On Behalf<br>Of Andreas Hocevar<br>Sent: Friday, 9 December 2011 7:43 AM<br>To: Brad Spencer<br>Cc: openlayers users<br>Subject: Re: [OpenLayers-Users] lingering vectors during zoom<br><br>Are you sure that this also happens with base layers other than Google<br>Maps? With Google, it doesn't surprise me as we cannot control when<br>they perform zooms or pans. But with layers inheriting from<br>Layer.Grid, you should not be seeing this problem.<br><br>Andreas.<br><br>On Thu, Dec 8, 2011 at 9:04 PM, Brad Spencer &lt;<a href="mailto:brad@numaps.com.au">brad@numaps.com.au</a>&gt; wrote:<br>&gt; List,<br>&gt;<br>&gt;<br>&gt;<br>&gt; I have an annoying small problem that maybe others have solved.<br>&gt;<br>&gt;<br>&gt;<br>&gt; When I overlay a WMS polygon layer rendered with a single SLD filter<br>&gt; (Polygon Boundaries + Polygon Labels) and with singleTile: true set it<br>works<br>&gt; just fine. However, when I zoom in or out the basemap (googleMaps but same<br>&gt; with others) clears away first and then it zooms in and the basemap tiles<br>&gt; start to draw but the vectors sometimes remain for in pre-zoom scale which<br>&gt; looks bad as the vectors are not aligned with the new scale of basemap.<br>&gt; Eventually the vector layer is refreshed at the new scale and all is well<br>&gt; again. Its not broken it just looks like a rather clunky transition.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Using transitionEffect: 'resize' does not improve this. I have also tried<br>&gt; toggleing the layer's visibility in a zoom event to clear out the vectors<br>&gt; then apply the visibility again with no luck. The only way around this is<br>to<br>&gt; tile the polygon boundary request but I have labels included and I prefer<br>&gt; not to make two separate requests - one tiled and one untiled.<br>&gt;<br>&gt;<br>&gt;<br>&gt; I am using OL 2.10 and the same problem occurs on Chrome, IE and FF.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Cheers, Brad...<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; Users mailing list<br>&gt; <a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>&gt; <a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>&gt;<br><br><br><br>--<br>Andreas Hocevar<br>OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>Expert service straight from the developers.<o:p></o:p></p></div></div></body></html>