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/zoomLevels.html | 81 ++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 misc/openlayers/examples/zoomLevels.html (limited to 'misc/openlayers/examples/zoomLevels.html') diff --git a/misc/openlayers/examples/zoomLevels.html b/misc/openlayers/examples/zoomLevels.html new file mode 100644 index 0000000..d4eb1b1 --- /dev/null +++ b/misc/openlayers/examples/zoomLevels.html @@ -0,0 +1,81 @@ + + + + + + + + + + + + +

Zoom Level

+ +
+ zoom, zoomlevel, resolution, scale, cleanup +
+ +

+ This example shows the use of the resolutions layer option on a number of layer types. +

+ +
+ +
+

+ Set the extent of the viewable map using preset levels of scale available + to the user via the zoom slider bar. You can set the minimum, maximum + scales or resolutions, the number of levels in between and the minimum + and maximum geographic extents in your map's units. +

+

+ Default units for Scale are in inches. Resolution is specified in map units + per pixel where the default map units are decimal degrees(dd).
+ scale = resolution * OpenLayers.INCHES_PER_UNIT[units] * + OpenLayers.DOTS_PER_INCH
+ You can either set the scale or the resolution, there is no need to set both. +

+

+ You can do it with a ... +

+
+ + + -- cgit v1.2.3