]> git.openstreetmap.org Git - rails.git/blobdiff - public/javascripts/map.js
Remove scale bar. Closes #1704.
[rails.git] / public / javascripts / map.js
index f79e3ae31632140946221eec0c08d8fea0d0e8f5..4af30f2a105aa6d9b1f3376510c16cc850b3dfc8 100644 (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,