Remove scale bar. Closes #1704.

This commit is contained in:
Tom Hughes 2009-09-15 16:01:50 +00:00
parent da28349f51
commit 3d06c902f6

View file

@ -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,