Fewer news.

This commit is contained in:
tschaub
2011-10-28 15:53:16 -06:00
parent 1209a31f5b
commit 28cc0bd962
+3 -3
View File
@@ -41,12 +41,12 @@
var map = new OpenLayers.Map({ var map = new OpenLayers.Map({
div: "map", div: "map",
projection: new OpenLayers.Projection("EPSG:900913"), projection: "EPSG:900913",
displayProjection: new OpenLayers.Projection("EPSG:4326"), displayProjection: "EPSG:4326",
units: "m", units: "m",
numZoomLevels: 18, numZoomLevels: 18,
maxResolution: 156543.0339, maxResolution: 156543.0339,
maxExtent: new OpenLayers.Bounds(-20037508, -20037508, 20037508, 20037508), maxExtent: [-20037508, -20037508, 20037508, 20037508],
}); });
// create Google Mercator layers // create Google Mercator layers