From: Ciro Scognamiglio Date: Fri, 15 Nov 2013 10:52:42 +0000 (+0100) Subject: new google maps api v3 X-Git-Tag: plewww-5.2-4~1 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=8e639044fa060bdb4b913968032794dad83022df new google maps api v3 --- diff --git a/googlemap/google-plc-orig.png b/googlemap/google-plc-orig.png new file mode 100644 index 0000000..c67228b Binary files /dev/null and b/googlemap/google-plc-orig.png differ diff --git a/googlemap/google-plc.png b/googlemap/google-plc.png index c67228b..53da920 100644 Binary files a/googlemap/google-plc.png and b/googlemap/google-plc.png differ diff --git a/googlemap/google-ple-orig.png b/googlemap/google-ple-orig.png new file mode 100644 index 0000000..61f98d2 Binary files /dev/null and b/googlemap/google-ple-orig.png differ diff --git a/googlemap/google-ple.png b/googlemap/google-ple.png index 61f98d2..b0818b1 100644 Binary files a/googlemap/google-ple.png and b/googlemap/google-ple.png differ 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);