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 @@

Animation example

-

Example animations.

+

Demonstrates animated pan, zoom, and rotation.

See the animation.js source to see how this is done.

diff --git a/examples/bind-input.html b/examples/bind-input.html index 76df0c771e..fa24f29005 100644 --- a/examples/bind-input.html +++ b/examples/bind-input.html @@ -37,7 +37,7 @@

Bind HTML input example

-

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.

diff --git a/examples/canvas-tiles.html b/examples/canvas-tiles.html index bd9290a6f4..65d2448eb4 100644 --- a/examples/canvas-tiles.html +++ b/examples/canvas-tiles.html @@ -37,8 +37,9 @@

Canvas tiles example

-

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.

layers, openstreetmap, canvas
diff --git a/examples/wms-single-image-custom-proj.html b/examples/wms-single-image-custom-proj.html index cfe1203515..e9b650582f 100644 --- a/examples/wms-single-image-custom-proj.html +++ b/examples/wms-single-image-custom-proj.html @@ -37,8 +37,9 @@

Single image WMS with custom projection example

-

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.

wms, single image, projection