[fusion-users] Updating (refreshing) just 1 layer.

GordonL gordon.luckett at arrowgeomatics.com
Sun Jun 2 10:02:47 PDT 2013


try this.  Works for me in MapGuide:



var mapWidget = Fusion.getWidgetById("Map").aMaps[0]  
var layer = mapWidget.getLayerByName("alarms");
if (layer) {
   layer.noCache = true;
   }
mapWidget.reloadMap();
mapWidget.drawMap();





--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Updating-refreshing-just-1-layer-tp5050063p5057361.html
Sent from the Fusion Users mailing list archive at Nabble.com.


More information about the fusion-users mailing list