[mapserver-commits] r9599 - trunk/msautotest/wxs/expected
svn at osgeo.org
svn at osgeo.org
Mon Dec 7 21:28:55 EST 2009
Author: assefa
Date: 2009-12-07 21:28:55 -0500 (Mon, 07 Dec 2009)
New Revision: 9599
Added:
trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames1.xml
trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames2.xml
Log:
test on 2 typenames
Added: trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames1.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames1.xml (rev 0)
+++ trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames1.xml 2009-12-08 02:28:55 UTC (rev 9599)
@@ -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,popplace&OUTPUTFORMAT=text/xml; subtype=gml/3.1.1 http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" numberOfFeatures="49">
+</wfs:FeatureCollection>
+
Property changes on: trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames1.xml
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames2.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames2.xml (rev 0)
+++ trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames2.xml 2009-12-08 02:28:55 UTC (rev 9599)
@@ -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=popplace,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="49">
+</wfs:FeatureCollection>
+
Property changes on: trunk/msautotest/wxs/expected/wfs_getfeature_twotypenames2.xml
___________________________________________________________________
Added: svn:executable
+ *
More information about the mapserver-commits
mailing list