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:
@@ -264,7 +264,7 @@ OpenLayers.Map = OpenLayers.Class({
|
|||||||
* var options = {
|
* var options = {
|
||||||
* maxExtent: new OpenLayers.Bounds(-200000, -200000, 200000, 200000),
|
* maxExtent: new OpenLayers.Bounds(-200000, -200000, 200000, 200000),
|
||||||
* maxResolution: 156543,
|
* maxResolution: 156543,
|
||||||
* units: 'meters',
|
* units: 'm',
|
||||||
* projection: "EPSG:41001"
|
* projection: "EPSG:41001"
|
||||||
* };
|
* };
|
||||||
* var map = new OpenLayers.Map("map2", options);
|
* var map = new OpenLayers.Map("map2", options);
|
||||||
|
|||||||
Reference in New Issue
Block a user