Hi,
I am new to ThinkGeo MapSuite Web Edition. I am developing an application which shows markers on the map based on the search criteria. When I enable Server Caching, panning/zooming the map causes markers to move to random locations and they do not remain attached to the map. Please find portion of code from my program below.
//To use Server Caching
shapeOverlay.ClientCache.CacheId = "rigLocator_Nand_ThinkGeo";
shapeOverlay.ServerCache.CacheDirectory = MapPath("~/ImageCache/" + Request.Path);
Map1.CustomOverlays.Add(shapeOverlay);
..............................
//To add marker overlay to the map
markerOverlay = new SimpleMarkerOverlay();
markerOverlay.Markers.Add(markerTest);
Map1.CustomOverlays.Add(markerOverlay);
Please have a look at the attached document which contains screenshots of the map navigation. The map navigation does not create any issue with markers if I just use Client side caching. Please look into this problem as soon as possible, because we have to make a decision regarding purchasing MapSuite soon. Please let me know if you need more information.
Thanks and Regards,
Nand
1782-Map_Markers.pdf (254 KB)