[OpenLayers-Commits] r11986 - trunk/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Sun May 22 10:00:49 EDT 2011
Author: ahocevar
Date: 2011-05-22 07:00:48 -0700 (Sun, 22 May 2011)
New Revision: 11986
Modified:
trunk/openlayers/examples/google-v3.html
Log:
now using v3.5 of the GMaps API
Modified: trunk/openlayers/examples/google-v3.html
===================================================================
--- trunk/openlayers/examples/google-v3.html 2011-05-20 20:16:01 UTC (rev 11985)
+++ trunk/openlayers/examples/google-v3.html 2011-05-22 14:00:48 UTC (rev 11986)
@@ -7,7 +7,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?v=3.3&sensor=false"></script>
+ <script src="http://maps.google.com/maps/api/js?v=3.5&sensor=false"></script>
<script src="../lib/OpenLayers.js"></script>
<script src="google-v3.js"></script>
</head>
More information about the Commits
mailing list