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 @@
+ 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.
+