From ea346a785dc1b3f7c156f6fc33da634e1f1a627b Mon Sep 17 00:00:00 2001 From: Chris Schlaeger Date: Tue, 12 Aug 2014 21:56:44 +0200 Subject: Adding jquery, flot and openlayers to be included with the GEM. --- misc/openlayers/examples/google-static.html | 39 +++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 misc/openlayers/examples/google-static.html (limited to 'misc/openlayers/examples/google-static.html') diff --git a/misc/openlayers/examples/google-static.html b/misc/openlayers/examples/google-static.html new file mode 100644 index 0000000..d35efb0 --- /dev/null +++ b/misc/openlayers/examples/google-static.html @@ -0,0 +1,39 @@ + + + + + + + OpenLayers Google (Static Maps API) Grid Layer Example + + + + +

Google (Static Maps API) Grid Layer Example

+
+ Google, grid, static, GMaps, light +
+

+ Using the Google Static Maps API with a Grid Layer. +

+
+
+

A Grid layer with a custom getURL method can be + used to request static maps for a specific extent and zoom + level. The Google Static Maps API is the most reliable way to + get Google base maps in OpenLayers. Note, however, that the + free version of this is limited to a map size of 640x640 pixels + (1280x1280 if the scale=2 url parameter is used) + and 1000 page views per viewer per day. Every map center + or zoom level change increases the page view counter by 1. +

+

Look at the + google-static.js + source to see how this is done. See the + Static Maps API V2 Developer Guide + for details on the API. +

+ + + + -- cgit v1.2.3