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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Jan 7 17:21:53 EST 2011


Author: tschaub
Date: 2011-01-07 14:21:53 -0800 (Fri, 07 Jan 2011)
New Revision: 11019

Modified:
   trunk/openlayers/examples/google-v3.html
   trunk/openlayers/examples/osm-google.html
Log:
I'm assuming that it was a mistake to remove the v3.2 bit in r11018 (this keeps us from getting that annoying popup).  Please clarify if it was indeed supposed to be removed.  (see #2985)

Modified: trunk/openlayers/examples/google-v3.html
===================================================================
--- trunk/openlayers/examples/google-v3.html	2011-01-07 18:50:23 UTC (rev 11018)
+++ trunk/openlayers/examples/google-v3.html	2011-01-07 22:21:53 UTC (rev 11019)
@@ -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>

Modified: trunk/openlayers/examples/osm-google.html
===================================================================
--- trunk/openlayers/examples/osm-google.html	2011-01-07 18:50:23 UTC (rev 11018)
+++ trunk/openlayers/examples/osm-google.html	2011-01-07 22:21:53 UTC (rev 11019)
@@ -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="osm-google.js"></script>
     </head>



More information about the Commits mailing list