From bf41ed31d87eb1623f1aa91c159c3d98872ba5ee Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 1 Feb 2008 19:54:20 +0000 Subject: [PATCH] The OSM layers use the 900913 projection, not 41001. --- public/openlayers/OpenStreetMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/openlayers/OpenStreetMap.js b/public/openlayers/OpenStreetMap.js index 379e2d1cc..13d369125 100644 --- a/public/openlayers/OpenStreetMap.js +++ b/public/openlayers/OpenStreetMap.js @@ -51,7 +51,7 @@ OpenLayers.Layer.OSM = OpenLayers.Class(OpenLayers.Layer.TMS, { maxExtent: new OpenLayers.Bounds(-20037508,-20037508,20037508,20037508), maxResolution: 156543, units: "m", - projection: "EPSG:41001" + projection: "EPSG:900913" }, options); var newArguments = [name, url, options]; OpenLayers.Layer.TMS.prototype.initialize.apply(this, newArguments); -- 2.43.2