Add a scale control to the map. Closes #51.

This commit is contained in:
Tom Hughes 2008-04-16 08:04:44 +00:00
parent 4e05d2af72
commit 2b35dadd5f

View file

@ -13,8 +13,10 @@ function createMap(divName) {
new OpenLayers.Control.Attribution(),
new OpenLayers.Control.LayerSwitcher(),
new OpenLayers.Control.Navigation(),
new OpenLayers.Control.PanZoomBar()
]
new OpenLayers.Control.PanZoomBar(),
new OpenLayers.Control.ScaleLine()
],
units: "m"
});
var mapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik", {