This question is locked. New answers and comments are not allowed.
We have background image data for our map (Blue Marble). When you zoom in using the wheel, It scales the image nice an neatly over some period of time.
We have canvas items that are drawn on the map. Their points are drawn geo-rectified within the canvas. When the zoom is changed, we redraw the item on the canvas. The problem is that the RadMap immediately scales the canvas to the new zoom scale level, while the map is being smoothly scaled over a few seconds to the new scale level. This creates a wierd effect for the item where it seems to be moving on the map.
I have a couple of questions...
So, is there a way we can hook into that smooth zoom capability so that it changes the scale the items on the layer?
If not, is there a way to get/set the 'scale' time? I can then scale my items myself over the appropriate time.
Thanks,
Michael
We have canvas items that are drawn on the map. Their points are drawn geo-rectified within the canvas. When the zoom is changed, we redraw the item on the canvas. The problem is that the RadMap immediately scales the canvas to the new zoom scale level, while the map is being smoothly scaled over a few seconds to the new scale level. This creates a wierd effect for the item where it seems to be moving on the map.
I have a couple of questions...
So, is there a way we can hook into that smooth zoom capability so that it changes the scale the items on the layer?
If not, is there a way to get/set the 'scale' time? I can then scale my items myself over the appropriate time.
Thanks,
Michael