[OpenLayers-Commits] r10974 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Dec 17 11:04:06 EST 2010


Author: tschaub
Date: 2010-12-17 08:04:06 -0800 (Fri, 17 Dec 2010)
New Revision: 10974

Modified:
   trunk/openlayers/examples/google-v3.html
Log:
Using the v3.2 api to avoid attribution popup.

Modified: trunk/openlayers/examples/google-v3.html
===================================================================
--- trunk/openlayers/examples/google-v3.html	2010-12-17 10:02:05 UTC (rev 10973)
+++ trunk/openlayers/examples/google-v3.html	2010-12-17 16:04:06 UTC (rev 10974)
@@ -5,7 +5,7 @@
         <link rel="stylesheet" href="../theme/default/style.css" type="text/css">
         <link rel="stylesheet" href="../theme/default/google.css" type="text/css">
         <link rel="stylesheet" href="style.css" type="text/css">
-        <script src="http://maps.google.com/maps/api/js?sensor=false"></script>
+        <script src="http://maps.google.com/maps/api/js?v=3.2&amp;sensor=false"></script>
         <script src="../lib/OpenLayers.js"></script>
         <script src="google-v3.js"></script>
     </head>



More information about the Commits mailing list