use the nightly version of Google Maps API in the examples, and provide some information about Google Maps API versioning in the google-v3 example

This commit is contained in:
Éric Lemoine
2012-05-22 10:07:18 +02:00
parent c34b111b38
commit 2cd979d34c
5 changed files with 16 additions and 5 deletions

View File

@@ -8,7 +8,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.6&amp;sensor=false"></script>
<script src="http://maps.google.com/maps/api/js?v=3&amp;sensor=false"></script>
<script src="../lib/OpenLayers.js"></script>
<script src="osm-google.js"></script>
</head>