]> git.openstreetmap.org Git - rails.git/blobdiff - public/export/embed.html
Replace PanZoom control with Zoom control for small maps
[rails.git] / public / export / embed.html
index d30b76d32dad18fe1346f080bb327ba43195535b..a0398ab94bc56db9dda927ed286677ed3f386629 100644 (file)
@@ -71,7 +71,7 @@
                     "http://otile4.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png"], {
                    displayOutsideMaxExtent: true,
                    wrapDateLine: true,
-                   attribution: "Tiles courtesy of <a href='http://www.mapquest.com/' target='_blank'>MapQuest</a> <img src='http://developer.mapquest.com/content/osm/mq_logo.png'>",
+                   attribution: "Tiles courtesy of <a href='http://www.mapquest.com/' target='_blank'>MapQuest</a> <img src='http://developer.mapquest.com/content/osm/mq_logo.png'>"
                 });
                 map.addLayer(mapquestmap);
             }
@@ -94,7 +94,7 @@
             if (size.h > 320) {
                 map.addControl(new OpenLayers.Control.PanZoomBar());
             } else {
-                map.addControl(new OpenLayers.Control.PanZoom());
+                map.addControl(new OpenLayers.Control.Zoom());
             }
         }
     // -->