]> git.openstreetmap.org Git - rails.git/blobdiff - public/openlayers/OpenStreetMap.js
link goes into external frame, not in the iframe
[rails.git] / public / openlayers / OpenStreetMap.js
index 13d36912597d8004b72f845470ace43c0dae06fb..c2acf2e0c8ef7035fe6d25cc20ca9265e6e28fc3 100644 (file)
@@ -51,7 +51,8 @@ OpenLayers.Layer.OSM = OpenLayers.Class(OpenLayers.Layer.TMS, {
             maxExtent: new OpenLayers.Bounds(-20037508,-20037508,20037508,20037508),
             maxResolution: 156543,
             units: "m",
-            projection: "EPSG:900913"
+            projection: "EPSG:900913",
+            transitionEffect: "resize"
         }, options);
         var newArguments = [name, url, options];
         OpenLayers.Layer.TMS.prototype.initialize.apply(this, newArguments);