diff --git a/examples/accessible.html b/examples/accessible.html index 273e02927a..3caae42485 100644 --- a/examples/accessible.html +++ b/examples/accessible.html @@ -1,6 +1,6 @@ --- layout: strapless.html -title: Accessibility example +title: Acessible Map shortdesc: Example of an accessible map. docs: > This page's `map` element has its `tabindex` attribute set to `"0"`, that makes it focusable. To focus the map element you can either navigate to it using the "tab" key or use the skip link. When the `map` element is focused the + and - keys can be used to zoom in and out and the arrow keys can be used to pan. diff --git a/examples/animation.html b/examples/animation.html index 569ce8d264..58d06835ef 100644 --- a/examples/animation.html +++ b/examples/animation.html @@ -1,6 +1,6 @@ --- layout: strapless.html -title: Animation example +title: View Animation shortdesc: Demonstrates animated pan, zoom, and rotation. docs: > This example shows how to use the beforeRender function on the Map to run one diff --git a/examples/arcgis-tiled.html b/examples/arcgis-tiled.html index 5acab14189..6ab09bc904 100644 --- a/examples/arcgis-tiled.html +++ b/examples/arcgis-tiled.html @@ -1,6 +1,6 @@ --- layout: strapless.html -title: Tiled ArcGIS MapServer example +title: Tiled ArcGIS MapServer shortdesc: Example of a tiled ArcGIS layer. docs: > This example shows how to use an ArcGIS REST MapService as tiles. diff --git a/examples/attributions.html b/examples/attributions.html index a225970d8e..a0d12df9f5 100644 --- a/examples/attributions.html +++ b/examples/attributions.html @@ -1,6 +1,6 @@ --- layout: strapless.html -title: Attributions example +title: Attributions shortdesc: Example of a attributions visibily change on map resize, to collapse them on small maps. docs: > When the map gets too small because of a resize, the attribution will be collapsed. diff --git a/examples/bing-maps.html b/examples/bing-maps.html index 689bdf3267..ddf1977ae6 100644 --- a/examples/bing-maps.html +++ b/examples/bing-maps.html @@ -1,6 +1,6 @@ --- layout: strapless.html -title: Bing Maps example +title: Bing Maps shortdesc: Example of a Bing Maps layer. docs: >
When the Bing Maps tile service doesn't have tiles for a given resolution and region it returns "placeholder" tiles indicating that. Zoom the map beyond level 19 to see the "placeholder" tiles. If you want OpenLayers to display stretched tiles in place of "placeholder" tiles beyond zoom level 19 then set maxZoom to 19 in the options passed to ol.source.BingMaps.
This example shows how to change the canvas compositing / blending mode in diff --git a/examples/box-selection.html b/examples/box-selection.html index a3297df320..f0e0863abc 100644 --- a/examples/box-selection.html +++ b/examples/box-selection.html @@ -1,6 +1,6 @@ --- layout: strapless.html -title: Box selection example +title: Box Selection shortdesc: Using a DragBox interaction to select features. docs: >
This example shows how to use a DragBox interaction to select features. Selected features are added
diff --git a/examples/button-title.html b/examples/button-title.html
index ef153bce4f..a39e331766 100644
--- a/examples/button-title.html
+++ b/examples/button-title.html
@@ -1,6 +1,6 @@
---
layout: strapless.html
-title: Custom tooltips example
+title: Custom Tooltips
shortdesc: This example shows how to customize the buttons tooltips with Bootstrap.
docs: >
This example shows how to customize the buttons tooltips with Bootstrap.
diff --git a/examples/canvas-tiles.html b/examples/canvas-tiles.html
index c3684386f5..c2d05a81ce 100644
--- a/examples/canvas-tiles.html
+++ b/examples/canvas-tiles.html
@@ -1,6 +1,6 @@
---
layout: strapless.html
-title: Canvas tiles example
+title: Canvas Tiles
shortdesc: Renders tiles with coordinates for debugging.
docs: >
The black grid tiles are generated on the client with an HTML5 canvas. The
diff --git a/examples/center.html b/examples/center.html
index 3c0ad920df..ab335337d8 100644
--- a/examples/center.html
+++ b/examples/center.html
@@ -1,6 +1,6 @@
---
layout: strapless.html
-title: Advanced View Positioning example
+title: Advanced View Positioning
shortdesc: This example demonstrates how a map's view can be adjusted so a geometry or coordinate is positioned at a specific pixel location.
docs: >
This example demonstrates how a map's view can be
diff --git a/examples/cluster.html b/examples/cluster.html
index 69cc3a78de..c14e44f1db 100644
--- a/examples/cluster.html
+++ b/examples/cluster.html
@@ -1,6 +1,6 @@
---
layout: strapless.html
-title: Clustering example
+title: Clustered Features
shortdesc: Example of using ol.source.Cluster.
docs: >
This example shows how to do clustering on point features.
diff --git a/examples/color-manipulation.html b/examples/color-manipulation.html
index 393ebd30a7..01259ccf30 100644
--- a/examples/color-manipulation.html
+++ b/examples/color-manipulation.html
@@ -1,6 +1,6 @@
---
layout: strapless.html
-title: Manipulating colors with a raster source
+title: Color Manipulation
shortdesc: Demonstrates color manipulation with a raster source.
docs: >
A raster source allows arbitrary manipulation of pixel values. In this example, RGB values on the input tile source are adjusted in a pixel-wise operation before being rendered with a second raster source. The raster operation takes pixels in in RGB space, converts them to HCL color space, adjusts the values based on the controls above, and then converts them back to RGB space for rendering.
diff --git a/examples/custom-controls.html b/examples/custom-controls.html
index 9b25f014fe..8d4e00350a 100644
--- a/examples/custom-controls.html
+++ b/examples/custom-controls.html
@@ -1,6 +1,6 @@
---
layout: example.html
-title: Custom control example
+title: Custom Controls
shortdesc: Shows how to create custom controls.
docs: >
This example creates a "rotate to north" button.
diff --git a/examples/custom-interactions.html b/examples/custom-interactions.html
index 5113a4d54b..d73a85aaa8 100644
--- a/examples/custom-interactions.html
+++ b/examples/custom-interactions.html
@@ -1,6 +1,6 @@
---
layout: example.html
-title: Custom interaction example
+title: Custom Interactions
shortdesc: Example of a custom interaction.
docs: >
This example demonstrates creating a custom interaction by subclassing `ol.interaction.Pointer`.