X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=blobdiff_plain;f=googlemap%2Fgooglemap3.js;h=b11a8429db57541461ec112eccf6dae7ad7115dd;hp=eb2f97bc06219be24898cc9813efe3ee15617afc;hb=8e639044fa060bdb4b913968032794dad83022df;hpb=63ecd1e73d3792927e452ef8b61078558338dd46 diff --git a/googlemap/googlemap3.js b/googlemap/googlemap3.js index eb2f97b..b11a842 100644 --- a/googlemap/googlemap3.js +++ b/googlemap/googlemap3.js @@ -51,6 +51,7 @@ function googlemap (htmlid,kmlurl,centerLat, centerLon, zoom) { scaleControl: true, streetViewControl: true, overviewMapControl: true, + scrollwheel: false } var map = new google.maps.Map(document.getElementById(htmlid), options);