From 2cd979d34c5d57eca0ab55059ca5030e9d332e06 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89ric=20Lemoine?=
Date: Tue, 22 May 2012 10:07:18 +0200
Subject: [PATCH] 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
---
examples/all-overlays-google.html | 2 +-
examples/google-v3-alloverlays.html | 2 +-
examples/google-v3.html | 13 ++++++++++++-
examples/osm-google.html | 2 +-
examples/spherical-mercator.html | 2 +-
5 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/examples/all-overlays-google.html b/examples/all-overlays-google.html
index 9df8cff1d3..3b7790eea9 100644
--- a/examples/all-overlays-google.html
+++ b/examples/all-overlays-google.html
@@ -8,7 +8,7 @@
-
+
diff --git a/examples/google-v3-alloverlays.html b/examples/google-v3-alloverlays.html
index d4b368b171..d940266d7a 100644
--- a/examples/google-v3-alloverlays.html
+++ b/examples/google-v3-alloverlays.html
@@ -8,7 +8,7 @@
-
+
diff --git a/examples/google-v3.html b/examples/google-v3.html
index 8b4a348b9b..4365dafbf8 100644
--- a/examples/google-v3.html
+++ b/examples/google-v3.html
@@ -8,7 +8,7 @@
-
+
@@ -35,6 +35,17 @@
Google (v3) Layer Example
location, you must include the extra theme/default/google.css
stylesheet.
+
+ Note on Google Maps API versioning:
+ This example uses the "nightly" version of Google Maps
+ API. This is specified by using v=3 in the
+ the Google Maps API URL. Production applications should use the
+ "release" or "frozen" versions of Google Maps
+ API. See the OpenLayers.Layer.Google.v3 API
+ docs, and the
+ Versioning Section
+ of the Google Maps API docs, for more details.
+