diff --git a/examples/animation.html b/examples/animation.html index 352d8afa9d..ef3e24484e 100644 --- a/examples/animation.html +++ b/examples/animation.html @@ -50,7 +50,7 @@
Example animations.
+Demonstrates animated pan, zoom, and rotation.
See the animation.js source to see how this is done.
Bind an HTML input to an ol object.
+Demonstrates two-way binding of HTML input elements to OpenLayers objects.
See the bind-input.js source to see how this is done.
The black grid tiles are generated on the client with an HTML5 canvas. Note that the tile coordinates are ol3 normalized tile coordinates (origin bottom left), not OSM tile coordinates (origin top left).
+Renders tiles with coordinates for debugging.
The black grid tiles are generated on the client with an HTML5 canvas. Note that the tile coordinates are ol3 normalized tile coordinates (origin bottom left), not OSM tile coordinates (origin top left).
See the canvas-tiles.js source to see how this is done.
Example of two single image WMS layers (Pixelmap 1:1'000'000 and national parks) using the projection EPSG:21781.
+Example of two single image WMS layers.
Pixelmap 1:1'000'000 with National Parks overlay using the projection EPSG:21781.
See the wms-single-image-custom-proj.js source to see how this is done.