From 3d06c902f614ac2dcf44ac4a13710c87c38dc529 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 15 Sep 2009 16:01:50 +0000 Subject: [PATCH] Remove scale bar. Closes #1704. --- public/javascripts/map.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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, -- 2.43.2