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/tile-origin.html | 38 +++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 misc/openlayers/examples/tile-origin.html (limited to 'misc/openlayers/examples/tile-origin.html') diff --git a/misc/openlayers/examples/tile-origin.html b/misc/openlayers/examples/tile-origin.html new file mode 100644 index 0000000..6e97aeb --- /dev/null +++ b/misc/openlayers/examples/tile-origin.html @@ -0,0 +1,38 @@ + + + + + + + OpenLayers Tile Origin Example + + + + +

Tile Origin

+
+ grid, tileOrigin, light +
+

+ Demonstrates the use of the tileExtent property to differentiate + between the maximum extent and the tile extent for a layer. +

+
+
+

+ This example uses a layer that requests map tiles from a WMS + that only generates image responses for requests that align with + a particular tile lattice. In this case, the layer's + maxExtent does not align with that tile lattice. + To configure the layer with a tile extent that conforms to the + tile origin configured on the server, use the layer's + tileOrigin property. +

+ View the tile-origin.js + source to see how this is done +

+
+ + + + -- cgit v1.2.3