Separating docs from shortdesc.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9866 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -60,18 +60,21 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p id="shortdesc">
|
<p id="shortdesc">
|
||||||
Shows how to use the GetFeature control to select features from a
|
Shows how to use the GetFeature control to select features from a WMS layer.
|
||||||
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.
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div id="map" class="smallmap"></div>
|
<div id="map" class="smallmap"></div>
|
||||||
|
|
||||||
<div id="docs"></div>
|
<div id="docs">
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user