From: Tom Hughes Date: Tue, 15 Sep 2009 16:01:50 +0000 (+0000) Subject: Remove scale bar. Closes #1704. X-Git-Tag: live~6706 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/3d06c902f614ac2dcf44ac4a13710c87c38dc529?ds=sidebyside Remove scale bar. Closes #1704. --- diff --git a/public/javascripts/map.js b/public/javascripts/map.js index f79e3ae31..4af30f2a1 100644 --- a/public/javascripts/map.js +++ b/public/javascripts/map.js @@ -28,8 +28,7 @@ function createMap(divName, options) { new OpenLayers.Control.Attribution(), new OpenLayers.Control.LayerSwitcher(), new OpenLayers.Control.Navigation(), - new OpenLayers.Control.PanZoomBar(), - new OpenLayers.Control.ScaleLine() + new OpenLayers.Control.PanZoomBar() ], units: "m", maxResolution: 156543.0339,