ThinkGeo.com    |     Documentation    |     Premium Support

Is this a bug?

Hi,


I drew some lines using TrackMode.Line, then zoom in/zoom out the map, all the lines disappear, draw some lines again, the previous lines displayed.


Tried the "TrackandEditShape" sample, it has the same problem.


It seems when the map is zoomed in/out, the EditOverlay.EditLayer is removed.


Rose



Rose,


Thanks for pointing this out. This is a bug in version 3.0.199. We have added it to our tracking system; it will be fixed in next version.
You can call winformsMap1.RefreshEditOverlay() after winformsMap1.Refresh() in ZoomIn or ZoomOut to avoid this issue temporarily.
 
Thanks,
ThinkGeo Support