X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2188317cd8b853bbdd657209c4d1ea93e6bfb12b..a302ddeb8a36048a6593b7f2b671aa19cfbe257d:/public/export/embed.html
diff --git a/public/export/embed.html b/public/export/embed.html
index d30b76d32..a0398ab94 100644
--- a/public/export/embed.html
+++ b/public/export/embed.html
@@ -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 MapQuest ",
+ attribution: "Tiles courtesy of MapQuest "
});
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());
}
}
// -->