X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/da109c9e6b4d29aa33837167c23ffee3be17eed2..d97d3f76a65ddcd798e3c0dc897746153f955df3:/public/export/embed.html diff --git a/public/export/embed.html b/public/export/embed.html index 402f0410b..a0398ab94 100644 --- a/public/export/embed.html +++ b/public/export/embed.html @@ -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()); } } // -->