<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Finally, in my initial tests, it seems that the vector shapes experience a lot of &quot;drift&quot; as I drag the map around. My application requires that they be pretty precisely fixed—is there a way to crank up the precision on this?<br>


</blockquote></div>
This shouldn&#39;t be the case, could it be related to this (wild guess):<br>
<a href="http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#WhydontmyvectorfeaturesworkoverGoogleYahooVirtualEarthetc" target="_blank">http://trac.openlayers.org/wiki/FrequentlyAskedQuestions#WhydontmyvectorfeaturesworkoverGoogleYahooVirtualEarthetc</a>.</blockquote>

<div><br></div><div>Okay, yes, I have now got this working, but it&#39;s been extremely painful. I can share my code for others if it would be helpful to do so, but I feel certain that there must be a better way. It feels extremely hacky to be constantly loading lat/lon pairs into Point objects, just to &quot;transform&quot; them to the map coordinates. (Which, of course, the map methods still refer to and interact with as LonLat objects, even the contents are clearly not latitudes and longitudes, but another coordinate system altogether.)</div>

<div><br></div><div>Seems like if I pass it LonLat objects, it just know to do the right thing, as Google does.</div></div>