[fusion-commits] r2414 - trunk/layers/MapServer

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Jul 22 14:54:29 EDT 2011


Author: madair
Date: 2011-07-22 11:54:29 -0700 (Fri, 22 Jul 2011)
New Revision: 2414

Modified:
   trunk/layers/MapServer/MapServer.js
Log:
re #470: don't override the OL value of DPI

Modified: trunk/layers/MapServer/MapServer.js
===================================================================
--- trunk/layers/MapServer/MapServer.js	2011-07-21 19:37:32 UTC (rev 2413)
+++ trunk/layers/MapServer/MapServer.js	2011-07-22 18:54:29 UTC (rev 2414)
@@ -297,10 +297,6 @@
               minScale = 1.0;
             }
 
-            if (o.dpi) {
-                OpenLayers.DOTS_PER_INCH = o.dpi;
-            }
-
             //to allow for scaling that doesn't match any of the pre-canned units
             this.mapTag.layerOptions.units = Fusion.getClosestUnits(o.metersPerUnit);
             



More information about the fusion-commits mailing list