Hi there,
I'm using MapPoint2004(Europe) for my C# application. I've to let user draw circle of his/her own choice with the drag of mouse over the map. The circle need to be zoom-sensitive and should be readjusted automatically with the zoom in or zoom out. It should be the same radius circle functionality as is in the standard drawing toolbar of map Point. While doing this, I've got the following problem:
When the original map is zoomed to 150Km, the circle is drawn ahead of the mouse movement. And when the map is zoomed to 36000Km the circle is drawn far behind the mouse movement.
In my view, the problem can be solved if length-to-kilometer ratio of radius can be changed in accordance with the selected zoom.
Anybody with solution or suggestions in this regard is highly obliged.
Regards