From 2a4300085e86b9781ef630c9a7ce2525bbe2033e Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 4 Apr 2014 07:24:35 -0600 Subject: [PATCH] No markup in shortdesc The example parser and index template don't handle markup in the shortdesc element. Use the docs element instead. --- examples/drag-and-drop-image-vector.html | 2 +- examples/draw-features.html | 2 +- examples/igc.html | 3 ++- examples/localized-openstreetmap.html | 3 ++- examples/static-image.html | 3 ++- examples/tile-vector.html | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/examples/drag-and-drop-image-vector.html b/examples/drag-and-drop-image-vector.html index f813a0e88c..69f58dca6f 100644 --- a/examples/drag-and-drop-image-vector.html +++ b/examples/drag-and-drop-image-vector.html @@ -32,7 +32,7 @@

Drag-and-Drop image vector example

-

Example of using the drag-and-drop interaction with a ol.source.ImageVector. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. Each file is rendered to an image on the client.

+

Example of using the drag-and-drop interaction with a ol.source.ImageVector. Drag and drop GPX, GeoJSON, IGC, KML, or TopoJSON files on to the map. Each file is rendered to an image on the client.

See the drag-and-drop-image-vector.js source to see how this is done.

diff --git a/examples/draw-features.html b/examples/draw-features.html index 8a7014c428..52ffcc498c 100644 --- a/examples/draw-features.html +++ b/examples/draw-features.html @@ -32,7 +32,7 @@

Draw features example

-

Example of using the ol.interaction.Draw interaction.

+

Example of using the ol.interaction.Draw interaction.

diff --git a/examples/localized-openstreetmap.html b/examples/localized-openstreetmap.html index cdcc3b8f3a..9cbaa26f10 100644 --- a/examples/localized-openstreetmap.html +++ b/examples/localized-openstreetmap.html @@ -32,8 +32,9 @@

Localized OpenStreetMap example

-

Example of a localized OpenStreetMap map with a custom tile server and a custom attribution. The base layer is OpenCycleMap with an overlay from OpenSeaMap. The OpenSeaMap tile server does not support CORS headers.

+

Example of a localized OpenStreetMap map with a custom tile server and a custom attribution.

+

The base layer is OpenCycleMap with an overlay from OpenSeaMap. The OpenSeaMap tile server does not support CORS headers.

See the localized-openstreetmap.js source to see how this is done.

cors, localized-openstreetmap, openseamap, openstreetmap
diff --git a/examples/static-image.html b/examples/static-image.html index 9dc9142288..0386496bb7 100644 --- a/examples/static-image.html +++ b/examples/static-image.html @@ -32,8 +32,9 @@

Static image example

-

Example of a static image layer. Source: xkcd.com/256/

+

Example of a static image layer.

+

Source: xkcd.com/256/

See the static-image.js source to see how this is done.

static image, xkcd
diff --git a/examples/tile-vector.html b/examples/tile-vector.html index e6b7167c85..02784c351c 100644 --- a/examples/tile-vector.html +++ b/examples/tile-vector.html @@ -32,7 +32,7 @@

Tile vector example

-

Example of vector tiles from openstreetmap.us.

+

Example of vector tiles from openstreetmap.us.

See the tile-vector.js source to see how this is done.