ThinkGeo.com    |     Documentation    |     Premium Support

Reload data into map layers on timer event

Hi ThinkGeo,


What are data cleanup I  need to take care to reload data into layers/overlays of a map?


Currently I call following for all InMemoryFeatureLayer and all InMemoryMarkerOverlay


InMemoryFeatureLayer.InternalFeatures.Clear()


InMemoryMarkerLayer.Features.Clear()


Question:


1) Do i need cleanup  the Map.Popups and any additional items that I may have missed?


Regards,

Anil



 


Anil,
 
No, when you call InMemoryMarkerLayer.Features.Clear() , the popups will be removed. It’s enough to call the 2 methods. You did right thing.
 
Thanks,
James