[mapserver-commits] r8663 - in trunk/msautotest/wxs: . expected
svn at osgeo.org
svn at osgeo.org
Sun Mar 8 12:01:07 EDT 2009
Author: tomkralidis
Date: 2009-03-08 12:01:07 -0400 (Sun, 08 Mar 2009)
New Revision: 8663
Added:
trunk/msautotest/wxs/expected/wfs11_get_feature_hits.xml
Modified:
trunk/msautotest/wxs/expected/wfs11_get_feature.xml
trunk/msautotest/wxs/expected/wfs11_get_feature_id.xml
trunk/msautotest/wxs/wfs_simple.map
Log:
add numberOfFeatures attribute on output (#2907)
Modified: trunk/msautotest/wxs/expected/wfs11_get_feature.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs11_get_feature.xml 2009-03-08 15:58:01 UTC (rev 8662)
+++ trunk/msautotest/wxs/expected/wfs11_get_feature.xml 2009-03-08 16:01:07 UTC (rev 8663)
@@ -7,7 +7,7 @@
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=text/xml; subtype=gml/3.1.1 http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">
+ xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=text/xml; subtype=gml/3.1.1 http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" numberOfFeatures="21">
<gml:boundedBy>
<gml:Envelope srsName="EPSG:4326">
<gml:lowerCorner>-66.432672 43.412311</gml:lowerCorner>
Added: trunk/msautotest/wxs/expected/wfs11_get_feature_hits.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs11_get_feature_hits.xml (rev 0)
+++ trunk/msautotest/wxs/expected/wfs11_get_feature_hits.xml 2009-03-08 16:01:07 UTC (rev 8663)
@@ -0,0 +1,12 @@
+Content-type: text/xml
+
+<?xml version='1.0' encoding="ISO-8859-1" ?>
+<wfs:FeatureCollection
+ xmlns:ms="http://mapserver.gis.umn.edu/mapserver"
+ xmlns:gml="http://www.opengis.net/gml"
+ xmlns:wfs="http://www.opengis.net/wfs"
+ xmlns:ogc="http://www.opengis.net/ogc"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=text/xml; subtype=gml/3.1.1 http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" numberOfFeatures="21">
+</wfs:FeatureCollection>
+
Modified: trunk/msautotest/wxs/expected/wfs11_get_feature_id.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs11_get_feature_id.xml 2009-03-08 15:58:01 UTC (rev 8662)
+++ trunk/msautotest/wxs/expected/wfs11_get_feature_id.xml 2009-03-08 16:01:07 UTC (rev 8663)
@@ -7,7 +7,7 @@
xmlns:wfs="http://www.opengis.net/wfs"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=text/xml; subtype=gml/3.1.1 http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">
+ xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.1.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=text/xml; subtype=gml/3.1.1 http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" numberOfFeatures="4">
<gml:boundedBy>
<gml:Envelope srsName="EPSG:4326">
<gml:lowerCorner>-62.076968 47.191069</gml:lowerCorner>
Modified: trunk/msautotest/wxs/wfs_simple.map
===================================================================
--- trunk/msautotest/wxs/wfs_simple.map 2009-03-08 15:58:01 UTC (rev 8662)
+++ trunk/msautotest/wxs/wfs_simple.map 2009-03-08 16:01:07 UTC (rev 8663)
@@ -55,6 +55,10 @@
# Get Feature by id
# RUN_PARMS: wfs11_get_feature_id.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=province&featureid=province.Quebec" > [RESULT]
#
+# Get Feature by id
+#
+# RUN_PARMS: wfs11_get_feature_hits.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WFS&VERSION=1.1.0&REQUEST=GetFeature&TYPENAME=province&resulttype=hits" > [RESULT]
+#
NAME WFS_TEST
STATUS ON
More information about the mapserver-commits
mailing list