From fce3f197249618cf10b52f1a6abc06acbfb724e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Wed, 5 Dec 2007 07:54:59 +0000 Subject: [PATCH] fix ND comment, non-functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@5346 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Map.js b/lib/OpenLayers/Map.js index add6df8543..41f2a82c5b 100644 --- a/lib/OpenLayers/Map.js +++ b/lib/OpenLayers/Map.js @@ -264,7 +264,7 @@ OpenLayers.Map = OpenLayers.Class({ * 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);