[fusion-commits] r1919 - trunk/layers/MapServer
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Sep 24 16:58:08 EDT 2009
Author: pagameba
Date: 2009-09-24 16:58:07 -0400 (Thu, 24 Sep 2009)
New Revision: 1919
Modified:
trunk/layers/MapServer/MapServer.js
Log:
mapserver layers are not using the map image type due to a variable name typo.
Modified: trunk/layers/MapServer/MapServer.js
===================================================================
--- trunk/layers/MapServer/MapServer.js 2009-09-24 20:32:18 UTC (rev 1918)
+++ trunk/layers/MapServer/MapServer.js 2009-09-24 20:58:07 UTC (rev 1919)
@@ -247,7 +247,7 @@
layers: this.aVisibleLayers.join(' '),
session: this.getSessionID(),
map: this._sMapFile,
- map_imagetype: this.sImageType
+ map_imagetype: this._sImageType
};
OpenLayers.Util.extend(params, this.mapTag.layerParams);
More information about the fusion-commits
mailing list