[mapserver-commits] r10613 - trunk/msautotest/wxs/expected

svn at osgeo.org svn at osgeo.org
Mon Oct 18 12:07:07 EDT 2010


Author: tomkralidis
Date: 2010-10-18 09:07:07 -0700 (Mon, 18 Oct 2010)
New Revision: 10613

Modified:
   trunk/msautotest/wxs/expected/wfs11_get_feature_maxfeatures.xml
Log:
fix output

Modified: trunk/msautotest/wxs/expected/wfs11_get_feature_maxfeatures.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs11_get_feature_maxfeatures.xml	2010-10-18 14:02:45 UTC (rev 10612)
+++ trunk/msautotest/wxs/expected/wfs11_get_feature_maxfeatures.xml	2010-10-18 16:07:07 UTC (rev 10613)
@@ -7,26 +7,26 @@
    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="2">
+   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">
       <gml:boundedBy>
       	<gml:Envelope srsName="EPSG:4326">
-      		<gml:lowerCorner>43.412311 -66.432672</gml:lowerCorner>
-      		<gml:upperCorner>47.796447 -59.709694</gml:upperCorner>
+      		<gml:lowerCorner>-66.432672 43.412311</gml:lowerCorner>
+      		<gml:upperCorner>-65.616482 44.257055</gml:upperCorner>
       	</gml:Envelope>
       </gml:boundedBy>
     <gml:featureMember>
-      <ms:province gml:id="province.Quebec">
+      <ms:province gml:id="province.Nova Scotia">
         <gml:boundedBy>
         	<gml:Envelope srsName="EPSG:4326">
-        		<gml:lowerCorner>47.767892 -61.510511</gml:lowerCorner>
-        		<gml:upperCorner>47.796447 -61.457648</gml:upperCorner>
+        		<gml:lowerCorner>-66.432672 44.218506</gml:lowerCorner>
+        		<gml:upperCorner>-66.379694 44.257055</gml:upperCorner>
         	</gml:Envelope>
         </gml:boundedBy>
         <ms:msGeometry>
           <gml:Polygon srsName="EPSG:4326">
             <gml:exterior>
               <gml:LinearRing>
-                <gml:posList srsDimension="2">47.774240 -61.510511 47.788606 -61.508947 47.796447 -61.492725 47.787438 -61.457648 47.767892 -61.459987 47.769615 -61.483502 47.774240 -61.510511 </gml:posList>
+                <gml:posList srsDimension="2">-66.432672 44.226863 -66.427973 44.236182 -66.400086 44.257055 -66.384960 44.253021 -66.379694 44.239292 -66.392850 44.223413 -66.407527 44.218506 -66.432672 44.226863 </gml:posList>
               </gml:LinearRing>
             </gml:exterior>
           </gml:Polygon>
@@ -37,15 +37,15 @@
       <ms:province gml:id="province.Nova Scotia">
         <gml:boundedBy>
         	<gml:Envelope srsName="EPSG:4326">
-        		<gml:lowerCorner>47.166385 -60.211728</gml:lowerCorner>
-        		<gml:upperCorner>47.192716 -60.168776</gml:upperCorner>
+        		<gml:lowerCorner>-65.687835 43.412311</gml:lowerCorner>
+        		<gml:upperCorner>-65.616482 43.476384</gml:upperCorner>
         	</gml:Envelope>
         </gml:boundedBy>
         <ms:msGeometry>
           <gml:Polygon srsName="EPSG:4326">
             <gml:exterior>
               <gml:LinearRing>
-                <gml:posList srsDimension="2">47.166385 -60.204850 47.179857 -60.211728 47.192716 -60.194354 47.187638 -60.173448 47.174965 -60.168776 47.166385 -60.204850 </gml:posList>
+                <gml:posList srsDimension="2">-65.656854 43.412311 -65.682866 43.431829 -65.687835 43.445545 -65.656161 43.473694 -65.640224 43.476384 -65.616482 43.466182 -65.618422 43.443882 -65.626553 43.428510 -65.638089 43.415833 -65.656854 43.412311 </gml:posList>
               </gml:LinearRing>
             </gml:exterior>
           </gml:Polygon>



More information about the mapserver-commits mailing list