[Commits] r2256 - sandbox/foss4g2010/src/doc/wfs

commits at geoext.org commits at geoext.org
Tue Aug 3 10:49:14 CEST 2010


Author: yjacolin
Date: 2010-08-03 10:49:14 +0200 (Tue, 03 Aug 2010)
New Revision: 2256

Modified:
   sandbox/foss4g2010/src/doc/wfs/editing.png
   sandbox/foss4g2010/src/doc/wfs/editing.rst
   sandbox/foss4g2010/src/doc/wfs/wfst.png
   sandbox/foss4g2010/src/doc/wfs/wfst.rst
Log:
add last text and screenshot update

Modified: sandbox/foss4g2010/src/doc/wfs/editing.png
===================================================================
(Binary files differ)

Modified: sandbox/foss4g2010/src/doc/wfs/editing.rst
===================================================================
--- sandbox/foss4g2010/src/doc/wfs/editing.rst	2010-08-02 15:00:51 UTC (rev 2255)
+++ sandbox/foss4g2010/src/doc/wfs/editing.rst	2010-08-03 08:49:14 UTC (rev 2256)
@@ -65,7 +65,8 @@
                 columns: [
                     {header: "Name", dataIndex: "LANAME"},
                     {header: "CFCC", dataIndex: "CFCC"},
-                    {header: "Land", dataIndex: "LAND"}
+                    {header: "Land", dataIndex: "LAND", width: 35},
+		    {xtype: "numbercolumn",header: "Area", dataIndex: "AREA", format: "1,000", align: "right"}
                 ]
             })
         });

Modified: sandbox/foss4g2010/src/doc/wfs/wfst.png
===================================================================
(Binary files differ)

Modified: sandbox/foss4g2010/src/doc/wfs/wfst.rst
===================================================================
--- sandbox/foss4g2010/src/doc/wfs/wfst.rst	2010-08-02 15:00:51 UTC (rev 2255)
+++ sandbox/foss4g2010/src/doc/wfs/wfst.rst	2010-08-03 08:49:14 UTC (rev 2256)
@@ -53,6 +53,7 @@
                 selectControl: modifyControl.selectControl,
                 singleSelect: true
             }),
+	    ...
 
 #.  Modify the handler for the "Delete" button so it re-adds deleted features
     with a state other than ``OpenLayers.State.INSERT``, after setting
@@ -85,10 +86,10 @@
 
         var store = new GeoExt.data.FeatureStore({
             fields: [
-                {name: "name", type: "string"},
-                {name: "owner", type: "string"},
-                {name: "usage", type: "string"},
-                {name: "number_fac", type: "int", defaultValue: 0}
+                {name: "LANAME", type: "string"},
+                {name: "CFCC", type: "string"},
+                {name: "LAND", type: "float"},
+		{name: "AREA", type: "int", defaultValue: 10000}
             ],
             layer: layer,
             addFeatureFilter: function(feature) {



More information about the Commits mailing list