diff --git a/examples/tile-extent.html b/examples/tile-extent.html new file mode 100644 index 0000000000..4f69243853 --- /dev/null +++ b/examples/tile-extent.html @@ -0,0 +1,36 @@ + + +
++ 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 extent configured on the server, use the layer's
+ tileExtent property.
+
+ View the tile-extent.js + source to see how this is done +
+