ThinkGeo.com    |     Documentation    |     Premium Support

Track Mode issue

Hi Tsui,


 I am trying 'remove InTrackingFeature' method to fix the "shade doesn't fade away" problem when clicking the btnTrackPoint from position 1 to position 2 on a map. But the method doesn't seem working. I checked the Sample C# application for Map Suite 4.5 at node

Editing Feature Layer, subnode: Track and Edit Shapes. If you click the "point" button, you will find the same issue is there.

Do you know how to remove the "dot" image remained at position 1 after clicking at position 2?

Thanks.

Regards,


Franklin


 


 


 


 


 


 



 Hi Franklin,


 


I didn’t fully understand your question. But I guess what you want is to draw only one point each time the TrackMode is set to Point, right?


 


If that is the case, I need to clarify something. 


 


The “dot image” at position 1 is actually not a “shade”; it is a point feature in the layer. It’s TrackOverlay’s default behavior to draw multiple points each time its TrackMode is set to Point. You can try some other track modes, like Circle or Line or anything else. They all draw multiple shapes to the map until you set the TrackMode back to None.


 


As long as we got this clear, we can proceed now.


I modifies the “How do I sample” a little, now it draws only one point each time the “Point” button is clicked. Check the attachment out for more details.


 


Please let us know if you have any other questions.


 


Regards,


Tsui



TrackAndEditShapes.xaml.cs.txt (4.94 KB)