<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hi:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I am using Ol 2.13.1,and  I found that  the transformation from viewport pixel to lonlat may result in unexpected result, for example, the following two lines should give the same result, but sometimes not.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default"><pre style="font-family:arial,helvetica,sans-serif">        <a href="http://console.info">console.info</a>(map.getCenter());<br>        <a href="http://console.info">console.info</a>(map.getLonLatFromViewPortPx(new OpenLayers.Pixel(map.size.w/2,map.size.h/2)));</pre><pre style="font-family:arial,helvetica,sans-serif"><br></pre><pre style="font-family:arial,helvetica,sans-serif"><span style="font-family:arial,helvetica,sans-serif;white-space:normal">And it seems that once you drag and drop the map quickly to make the "</span><span style="color:rgb(0,0,0);font-family:Verdana,Arial,sans-serif;font-size:12px">kinetic" work, then you will get different result, once you drag the map slowly(which does not cause the "kinetic", you will get the same result.</span><br></pre><pre style="font-family:arial,helvetica,sans-serif"><br></pre><pre><pre style><span style="font-family:Verdana,Arial,sans-serif;color:rgb(0,0,0);font-size:12px"> Live example:</span><font color="#000000" face="Verdana, Arial, sans-serif"><a href="http://jsfiddle.net/99x928aL/">http://jsfiddle.net/99x928aL/</a></font></pre><pre style><br></pre><pre style><pre><font color="#000000" face="Verdana, Arial, sans-serif">I know this can be fixed by disabling the "kinetic" feature, but I wonder if it is possible with the feature enabled?</font></pre><pre><font color="#000000" face="Verdana, Arial, sans-serif"><br></font></pre></pre></pre></div></div>