From d30cad92dc46d507ef370b47d0b4396e16cb7776 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 7 Jul 2008 16:49:17 +0000 Subject: [PATCH] Adding a few example descriptions, removing a redundant example. git-svn-id: http://svn.openlayers.org/trunk/openlayers@7472 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/editingtoolbar-outside.html | 3 ++ examples/intersects.html | 3 ++ examples/sld.html | 5 +- examples/smoothDragging.html | 75 ---------------------------- 4 files changed, 10 insertions(+), 76 deletions(-) delete mode 100755 examples/smoothDragging.html diff --git a/examples/editingtoolbar-outside.html b/examples/editingtoolbar-outside.html index 76a7a170de..152fcc882a 100644 --- a/examples/editingtoolbar-outside.html +++ b/examples/editingtoolbar-outside.html @@ -42,6 +42,9 @@

OpenLayers EditingToolbar Outside Viewport

+

+ Display an editing toolbar panel outside the map viewport. +

diff --git a/examples/intersects.html b/examples/intersects.html index 20432b2e0b..2c706488d4 100644 --- a/examples/intersects.html +++ b/examples/intersects.html @@ -161,6 +161,9 @@

OpenLayers Geometry Intersection Example

+

+ Use of geometry.intersects method for testing geometry intersections. +

diff --git a/examples/sld.html b/examples/sld.html index 2eca777f4a..e81fc03bc4 100644 --- a/examples/sld.html +++ b/examples/sld.html @@ -91,8 +91,11 @@

Styled Layer Descriptor (SLD) Example

+

+ Parsing SLD and applying styles to a vector layer. +

-

This example uses a SLD +

This example uses a SLD file to style the vector features. To construct layers that use styles from SLD, create a StyleMap for the layer that uses one of the userStyles in the namedLayers object of the return from format.read().

diff --git a/examples/smoothDragging.html b/examples/smoothDragging.html deleted file mode 100755 index 546e6c50fc..0000000000 --- a/examples/smoothDragging.html +++ /dev/null @@ -1,75 +0,0 @@ - - - - - - - - - - - - -

OpenLayers With Responsive Dragging

-
- -