When using any of the TrackShapes, specifically, polygon, point and line, the user is able to click, and move the cursor and the beginning point of the trackshape is in a different location. I have been able to reproduce this behavior fairly consistantly. The mouse click is complete and the cursor moves and the point is in a different location.
I'm not really sure how to explain any better on how to reproduce the error. It just seems the the trackstarted event is lagging behind. I have included the x,y I am capturing, notice how far off the MouseDown x,y are from the MapMouseDown x,y This data was captured at a scale of about 9,000,000, which is about full extent for texas. Where I clicked and where the track started was almost a whole county difference. The numbers below are generated from console.writeline in each method
winformsMap1_MouseDown mouse args x,y 598 250
winformsMap1_MouseUp mouse args x,y 598 250
TrackOverlay_MapMouseClick screen x,y - world x,y 627 245 - 890551.613968475 1281466.93415997
TrackOverlay_MapMouseDown screen x,y 627 245
TrackOverlay_TrackStarting starting vertex x,y 890551.613968475 1281466.93415997
TrackOverlay_TrackStarted started vertex x,y 890551.613968475 1281466.93415997
TrackOverlay_MapMouseUp screen x,y 627 245
Any ideas?
Thanks,
Ed