Can someone confirm what I am seeing; that the map extent changed event fires whenever you call the open event on a map cache? This is a pain in the butt! I am trying to add raster caches to my map when the scale is at a certain point using the extent changed event.
I create the map cache object, set the storage path, add it to the map datasources collecton and then call the open event on it, this seems to trigger the extent changed event, which then tries to add the same map cache again.
I am codeing around this by checking if the cache is already in the datasources collection, but i am annoyed by this extra work.
Any ideas to aid in this would be helpful.
Thanks!
-bert