Use SimplePanZoom control in changeset browser maps

This commit is contained in:
Tom Hughes 2012-08-08 18:00:42 +01:00
parent a29ba66d9d
commit 3b43e4d53a

View file

@ -42,7 +42,7 @@
controls: [
new OpenLayers.Control.Navigation(),
new OpenLayers.Control.Zoom(),
new OpenLayers.Control.PanZoomBar()
new OpenLayers.Control.SimplePanZoom()
]
});