[OpenLayers-Commits] r5346 - trunk/openlayers/lib/OpenLayers

commits at openlayers.org commits at openlayers.org
Wed Dec 5 02:55:00 EST 2007


Author: fredj
Date: 2007-12-05 02:54:59 -0500 (Wed, 05 Dec 2007)
New Revision: 5346

Modified:
   trunk/openlayers/lib/OpenLayers/Map.js
Log:
fix ND comment, non-functional change

Modified: trunk/openlayers/lib/OpenLayers/Map.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Map.js	2007-12-04 22:45:35 UTC (rev 5345)
+++ trunk/openlayers/lib/OpenLayers/Map.js	2007-12-05 07:54:59 UTC (rev 5346)
@@ -264,7 +264,7 @@
      * var options = {
      *     maxExtent: new OpenLayers.Bounds(-200000, -200000, 200000, 200000),
      *     maxResolution: 156543,
-     *     units: 'meters',
+     *     units: 'm',
      *     projection: "EPSG:41001"
      * };
      * var map = new OpenLayers.Map("map2", options);



More information about the Commits mailing list