fix ND comment, non-functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5346 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2007-12-05 07:54:59 +00:00
parent b71f8bc6c9
commit fce3f19724

View File

@@ -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);