[mapserver-commits] r10654 - trunk/docs/en/ogc

svn at osgeo.org svn at osgeo.org
Sat Oct 23 18:03:50 EDT 2010


Author: warmerdam
Date: 2010-10-23 15:03:50 -0700 (Sat, 23 Oct 2010)
New Revision: 10654

Modified:
   trunk/docs/en/ogc/wfs_server.txt
Log:
Added note on STARTINDEX keyword.


Modified: trunk/docs/en/ogc/wfs_server.txt
===================================================================
--- trunk/docs/en/ogc/wfs_server.txt	2010-10-23 21:45:44 UTC (rev 10653)
+++ trunk/docs/en/ogc/wfs_server.txt	2010-10-23 22:03:50 UTC (rev 10654)
@@ -291,6 +291,17 @@
 GetFeature requests. For more information on the server side of Filter Encoding 
 see the :ref:`Filter Encoding HowTo <filter_encoding>`.   
 
+MapServer WFS Extensions
+************************
+
+**STARTINDEX**
+  In addition to the MAXFEATURES=n keyword, MapServer also supports a 
+  STARTINDEX=n keyword in WFS GetFeature requests.   This can be used to 
+  skip some features in the result set and in combination with MAXFEATURES
+  provides for the ability to use WFS GetFeature to page through results. 
+  Note that STARTINDEX=1 means start with the first feature, skipping none.
+
+
 Reference Section
 =================
 



More information about the mapserver-commits mailing list