ThinkGeo.com    |     Documentation    |     Premium Support

TrackInteractiveOverlay behavior

Hello,



I’m experiencing a strange behavior when trying to draw a rectangle using TrackInteractiveOverlay.

First time it works and I can see a rectangle, but second time, I cannot see a rectangle until I refresh a map (pan or zoom in).

It used to work up until recently.



Please see attached code to reproduce this behavior.



Thank you,

Inna



TrackInteractiveOverlay.zip (13.1 KB)

Anyone?

Hi Inna, 
  
 In your sample you have an function named InitTrackOverlay. 
  
 I found you create a new TrackInteractiveOverlay and add it to wpfMap1.InteractiveOverlays then refresh map. In fact I cannot draw rectangle succeed using your code, the mouse keep pan map when I try to draw it. 
  
 Why not directly use wpfMap1.TrackOverlay? Or you can try wpfMap1.TrackOverlay = m_TrackOverlay. 
  
 I found you refresh wpfMap1.TrackOverlay also, but in your code it looks this layer haven’t been used. 
  
 Regards, 
  
 Don

Hi Don, 
  
 It works. Thank you for your tip. 
  
 Inna 


Hello Inna, 
  
 You are welcome, just feel free to let us know your problems. 
  
 Regards, 
  
 Gary