[fusion-commits] r2449 - trunk/layers/MapGuide

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Nov 7 04:26:33 EST 2011


Author: liuar
Date: 2011-11-07 01:26:33 -0800 (Mon, 07 Nov 2011)
New Revision: 2449

Modified:
   trunk/layers/MapGuide/MapGuide.js
Log:
Fix ticket http://trac.osgeo.org/fusion/ticket/482

Modified: trunk/layers/MapGuide/MapGuide.js
===================================================================
--- trunk/layers/MapGuide/MapGuide.js	2011-11-07 07:44:48 UTC (rev 2448)
+++ trunk/layers/MapGuide/MapGuide.js	2011-11-07 09:26:33 UTC (rev 2449)
@@ -364,6 +364,7 @@
             
             if (wktProj) {
               this.oLayerOL.projection = wktProj;
+              this.oLayerOL.projection.proj.units = this.mapTag.layerOptions.units;
             }
             this.oLayerOL.events.register("loadstart", this, this.loadStart);
             this.oLayerOL.events.register("loadend", this, this.loadEnd);



More information about the fusion-commits mailing list