summaryrefslogtreecommitdiff
path: root/static/main_map.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/main_map.js')
-rw-r--r--static/main_map.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/main_map.js b/static/main_map.js
index bf69a9a..7cc80a6 100644
--- a/static/main_map.js
+++ b/static/main_map.js
@@ -359,7 +359,8 @@ function init(){
/* set the main map */
map = new OpenLayers.Map('map', {
controls:[new OpenLayers.Control.Navigation(),
- new OpenLayers.Control.PanZoomBar(),
+ new OpenLayers.Control.PanPanel(),
+ new OpenLayers.Control.ZoomPanel(),
new OpenLayers.Control.ScaleLine()],
maxResolution: 156543.0399,
units: 'm',