X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0aadf85f8f4c6b4418456bc9130b7fe7757c0e91..8516ad87b36b23ec49c99654a0281f7c9d0673d0:/public/openlayers/OpenStreetMap.js?ds=inline 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);