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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Mon Jan 3 03:40:51 EST 2011


Author: ahocevar
Date: 2011-01-03 00:40:51 -0800 (Mon, 03 Jan 2011)
New Revision: 10992

Modified:
   trunk/openlayers/examples/osm-google.html
Log:
also use v3.2 for the osm-google example


Modified: trunk/openlayers/examples/osm-google.html
===================================================================
--- trunk/openlayers/examples/osm-google.html	2011-01-02 16:59:07 UTC (rev 10991)
+++ trunk/openlayers/examples/osm-google.html	2011-01-03 08:40:51 UTC (rev 10992)
@@ -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&sensor=false"></script>
         <script src="../lib/OpenLayers.js"></script>
         <script src="osm-google.js"></script>
     </head>



More information about the Commits mailing list