From 42f06c259bc11fa27a8dc17de5dbf0d4bc16860a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 9 Dec 2009 04:36:22 +0000 Subject: [PATCH] Separating docs from shortdesc. git-svn-id: http://svn.openlayers.org/trunk/openlayers@9866 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/getfeature-wfs.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/examples/getfeature-wfs.html b/examples/getfeature-wfs.html index 31ef5cdc34..914174818e 100644 --- a/examples/getfeature-wfs.html +++ b/examples/getfeature-wfs.html @@ -60,18 +60,21 @@

- Shows how to use the GetFeature control to select features from a - WMS layer. Click or drag a box to select features, use the Shift key to - add features to the selection, use the Ctrl key to toggle a feature's - selected status. Note that this control also has a hover option, which is - enabled in this example. This gives you a visual feedback by loading the - feature underneath the mouse pointer from the WFS, but causes a lot of - GetFeature requests to be issued. + Shows how to use the GetFeature control to select features from a WMS layer.

-
+
+

+ Click or drag a box to select features, use the Shift key to add + features to the selection, use the Ctrl key to toggle a feature's + selected status. Note that this control also has a hover option, which + is enabled in this example. This gives you a visual feedback by loading + the feature underneath the mouse pointer from the WFS, but causes a lot + of GetFeature requests to be issued. +

+