From ab72f3994bb0b36ae89f035b8719696d05bea4ec Mon Sep 17 00:00:00 2001 From: philipp Date: Sat, 7 Feb 2009 09:13:00 +0000 Subject: [PATCH 1/1] Deactivated mouse scroll wheel in overview maps git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/extensions/wrmap@397 7aebc617-e5e2-0310-91dc-80fb5f6d2477 --- wrmap.body.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrmap.body.php b/wrmap.body.php index afd1a9e..cddf4f1 100644 --- a/wrmap.body.php +++ b/wrmap.body.php @@ -125,8 +125,8 @@ class WrGoogleMaps { "\tmap.addControl(new GMapTypeControl());\n" . "\tmap.addControl(new GScaleControl());\n" . "\tmap.setCenter(new GLatLng($latitude, $longitude), $zoom);\n" . - "\tmap.setMapType(G_PHYSICAL_MAP);\n" . - "\tmap.enableScrollWheelZoom();\n"; + "\tmap.setMapType(G_PHYSICAL_MAP);\n"; + // "\tmap.enableScrollWheelZoom();\n"; } // returns a string with a add marker javascript call -- 2.30.2