diff --git a/examples/google-reproject.html b/examples/google-reproject.html new file mode 100644 index 0000000000..000808f795 --- /dev/null +++ b/examples/google-reproject.html @@ -0,0 +1,68 @@ + + + OpenLayers Google with Overlay Example + + + + + + + + + +

Google with Overlay Example

+ +
+ +

+ Demonstrate a Google basemap used with boundary overlay layer. +

+ +
+ +
+ An overlay in a Geographic projection can be stretched to somewhat + line up with Google tiles (in a Mercator projection). Results get + worse farther from the equator. Use the "reproject" option on a + layer to get this behavior. Use the sphericalMercator option on + a Google layer to get proper overlays (with other layers in + Spherical Mercator). +
+ + diff --git a/examples/google.html b/examples/google.html index 41231c128d..03a23f5878 100644 --- a/examples/google.html +++ b/examples/google.html @@ -1,48 +1,48 @@ - OpenLayers Google Layer Example + OpenLayers Google Layer Example - - @@ -52,16 +52,16 @@

- Demonstrate a Google basemap used with boundary overlay layer. + Demonstrate use of the various types of Google layers.

- For best performance, you must be using a version of the Google Maps - API which is v2.93 or higher. In order to use this version of the API, - it is best to simply set your application to use the string "v=2" in - the request, rather than tying your application to an explicit version. + For best performance, you must be using a version of the Google Maps + API which is v2.93 or higher. In order to use this version of the API, + it is best to simply set your application to use the string "v=2" in + the request, rather than tying your application to an explicit version.