Onchange View map continues to move

Last post 4/10/2009 7:03:12 PM by Chris Pietschmann. 1 replies. << Back to Web.Maps.VE v2.0 General
4/3/2009 9:35:29 AM
nsfranklin

Onchange View map continues to move

Hi

I have a number of moving points located on a map, the initial view focuses on a rectangle formed by the minimum and maximum longitude and latitude values, this works very well, however, I would like the user to be able to pan and zoom the view and further updates of the map would focus on that new map rectangle, I have it working in principle, by triggering an OnChangeView, this sets a boolean value to indicate that the user has now taken control of the map view, and the updates do not reset the map, however, once the user has panned to the new position, the map continues to move in slow upwards pan of a small increments, and I cannot find a way of stopping it. I'm assuming, that it is looping some where, causing the OnchangeView to trigger everytime the map pans of its own accord, but I can't see how to stop this action.

Thanks

Nick Franklin

4/10/2009 7:03:12 PM
Chris Pietschmann

Re:Onchange View map continues to move

Is this issue easily duplicated? Could you send/post a code sample that exhibits this issue? Thanks.