[mapserver-commits] r8762 - trunk/msautotest/wxs/expected
svn at osgeo.org
svn at osgeo.org
Tue Mar 10 09:44:46 EDT 2009
Author: tomkralidis
Date: 2009-03-10 09:44:46 -0400 (Tue, 10 Mar 2009)
New Revision: 8762
Modified:
trunk/msautotest/wxs/expected/wfs_filter_projmeter_contains.xml
trunk/msautotest/wxs/expected/wfs_filter_projmeter_crosses.xml
trunk/msautotest/wxs/expected/wfs_filter_projmeter_dwithin.xml
trunk/msautotest/wxs/expected/wfs_filter_projmeter_equals.xml
trunk/msautotest/wxs/expected/wfs_filter_projmeter_equals_poly.xml
trunk/msautotest/wxs/expected/wfs_filter_projmeter_intersects.xml
trunk/msautotest/wxs/expected/wfs_filter_projmeter_intersects_line.xml
trunk/msautotest/wxs/expected/wfs_filter_projmeter_overlaps.xml
trunk/msautotest/wxs/expected/wfs_filter_projmeter_touches.xml
trunk/msautotest/wxs/expected/wfs_filter_projmeter_within.xml
Log:
fix to output gml:boundedBy again (#2907)
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_contains.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_contains.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_contains.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_crosses.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_crosses.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_crosses.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_dwithin.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_dwithin.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_dwithin.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=popplace&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_equals.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_equals.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_equals.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=popplace&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_equals_poly.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_equals_poly.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_equals_poly.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_intersects.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_intersects.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_intersects.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=popplace&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_intersects_line.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_intersects_line.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_intersects_line.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_overlaps.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_overlaps.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_overlaps.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_touches.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_touches.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_touches.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
Modified: trunk/msautotest/wxs/expected/wfs_filter_projmeter_within.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_projmeter_within.xml 2009-03-10 13:40:53 UTC (rev 8761)
+++ trunk/msautotest/wxs/expected/wfs_filter_projmeter_within.xml 2009-03-10 13:44:46 UTC (rev 8762)
@@ -9,5 +9,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs http://ogc.dmsolutions.ca/wfs/1.0.0/WFS-basic.xsd
http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=province&OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:null>missing</gml:null>
+ </gml:boundedBy>
</wfs:FeatureCollection>
More information about the mapserver-commits
mailing list