From 75641af9bce1d12679c644c602150770c26871d8 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Mon, 9 Jul 2012 05:50:22 +0000 Subject: [PATCH] luci-0.10: merge r8874 --- modules/freifunk/htdocs/luci-static/resources/osm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/freifunk/htdocs/luci-static/resources/osm.js b/modules/freifunk/htdocs/luci-static/resources/osm.js index 4138ef6ad2..cae0cd66f7 100644 --- a/modules/freifunk/htdocs/luci-static/resources/osm.js +++ b/modules/freifunk/htdocs/luci-static/resources/osm.js @@ -99,7 +99,7 @@ function drawmap() { projection: new OpenLayers.Projection("EPSG:900913"), displayProjection: new OpenLayers.Projection("EPSG:4326"), controls: [ - new OpenLayers.Control.MouseDefaults(), + new OpenLayers.Control.Navigation(), new OpenLayers.Control.PanZoomBar()], maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34, 20037508.34, 20037508.34), -- 2.30.2