[Commits] r2707 - sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/examples
commits at geoext.org
commits at geoext.org
Wed May 18 19:52:18 CEST 2011
Author: adube
Date: 2011-05-18 19:52:18 +0200 (Wed, 18 May 2011)
New Revision: 2707
Modified:
sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/examples/WFSTFeatureEditing.html
Log:
WFSTFeatureEditing - example text updated
Modified: sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/examples/WFSTFeatureEditing.html
===================================================================
--- sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/examples/WFSTFeatureEditing.html 2011-05-18 15:33:03 UTC (rev 2706)
+++ sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/examples/WFSTFeatureEditing.html 2011-05-18 17:52:18 UTC (rev 2707)
@@ -16,10 +16,10 @@
<body>
<h1>WFSTFeatureEditing ux</h1>
<p>
- This widget automatically create all the tools required to accomplish WFST
- editing using GeoExt. See
+ This widget automatically creates all the tools required to accomplish
+ WFST editing using GeoExt. See
<a href="WFSTFeatureEditing.js">WFSTFeatureEditing.js</a> for the source
- code.
+ code of this example.
</p>
<div id="content"></div>
<br />
@@ -28,23 +28,26 @@
A GetCapabilities request is used to create the vector layers and
a DescribeFeatureType one is used to get the fields and the geometry type.
From there, DrawFeature, SelectFeature and many other controls and widgets
- are automatically create for each layer.
+ are automatically created for each layer.
</p>
<p>
- One layer can be edited at a time in one of the following mode : draw and
- edit.
+ Only one layer can be edited at a time in one of the following mode :
+ <b>draw</b> or <b>edit</b>.
</p>
<p>
- The edit mode can either use a 'filter' mode or not. In this demo, it
- uses it. Enabling the 'edit' mode on a layer doesn't show the features
- yet. You need to draw a box on the map to get the features first, then
- click on the feature to edit or select it from the grid on the left. The
- "Return to selection" button clear the feature that were selected with the
+ The 'edit' mode can either use a 'filter' mode or not. This demo uses the
+ filter mode. Enabling the 'edit' mode on a layer doesn't show the
+ features yet. You need to draw a box on the map to get the features
+ first, then click on the feature you wish to edit. You can also select it
+ from the grid on the left of the window. If you only one feature was
+ returned by box you drawn, it's automatically selected. The
+ "Return to selection" button clears the features that were returned by the
box and reenable the box selection.
</p>
<p>
- If WMS layers with the same name are present in the map, they are
- automatically refresh on modifications.
+ While creating vector layers with a WFS protocol, if a WMS layer having
+ the same name present in the map, it will be automatically refreshed on
+ modifications each modifications. This feature is shown in this demo.
</p>
<p>
The demo also available in <a href="WFSTFeatureEditingFR.html">French</a>.
More information about the Commits
mailing list