changeset 152:095754c6b332 gmap2

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Mar 2014 18:44:07 +0200
parents 13e75e9e732a
children a7f43ddd1c5e
files index.html map.js
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Sun Mar 09 18:28:40 2014 +0200
+++ b/index.html	Sun Mar 09 18:44:07 2014 +0200
@@ -11,7 +11,7 @@
   <script src="http://www.google.com/jsapi?key=ABQIAAAAGYTF74Bq5AUl-ZP4_H43hRR48Kuhy7JOZf8BW92g851cDrXCbhTSumpGAGuccZMsuGYF77ZKHuaJ4Q" type="text/javascript"></script>
   <script type="text/javascript">
 <!--
-    google.load("maps","2.x");
+    google.load("maps", "2.x", {other_params:"sensor=false"});
 -->
   </script>
  </head>
--- a/map.js	Sun Mar 09 18:28:40 2014 +0200
+++ b/map.js	Sun Mar 09 18:44:07 2014 +0200
@@ -38,7 +38,7 @@
 
 
 //
-// Setup listener for updating coordinates display
+// Listener for updating coordinates display
 //
 google.maps.Event.addListener(map, "mousemove",
 function(point)