[mapserver-commits] r9592 - trunk/msautotest/wxs
svn at osgeo.org
svn at osgeo.org
Mon Dec 7 13:55:50 EST 2009
Author: assefa
Date: 2009-12-07 13:55:50 -0500 (Mon, 07 Dec 2009)
New Revision: 9592
Modified:
trunk/msautotest/wxs/wfs_filter.map
Log:
wfs paging
Modified: trunk/msautotest/wxs/wfs_filter.map
===================================================================
--- trunk/msautotest/wxs/wfs_filter.map 2009-12-07 18:53:51 UTC (rev 9591)
+++ trunk/msautotest/wxs/wfs_filter.map 2009-12-07 18:55:50 UTC (rev 9592)
@@ -101,6 +101,9 @@
# Verify INTERSECTS Results: Prince Edward Island
# RUN_PARMS: wfs_filter_intersects_line.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=province&FILTER=<Filter><Intersect><PropertyName>Geometry</PropertyName><gml:LineString><gml:coordinates>-62.94,46.61 -62.74,45.83</gml:coordinates></gml:LineString></Intersect></Filter>" > [RESULT]
#
+# Filter using startIndex
+# RUN_PARMS: wfs_filter_startindex.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=popplace&propertyname=(NAME)&maxfeatures=10&startindex=0" > [RESULT]
+# RUN_PARMS: wfs_filter_startindex2.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=popplace&propertyname=(NAME)&maxfeatures=10&startindex=10" > [RESULT]
MAP
NAME WFS_FILTER
More information about the mapserver-commits
mailing list