[mapserver-commits] r9585 - trunk/msautotest/wxs/expected
svn at osgeo.org
svn at osgeo.org
Mon Dec 7 09:44:57 EST 2009
Author: assefa
Date: 2009-12-07 09:44:55 -0500 (Mon, 07 Dec 2009)
New Revision: 9585
Added:
trunk/msautotest/wxs/expected/wfs_filter_islike_logical.xml
Log:
test for islike and logical operator
Added: trunk/msautotest/wxs/expected/wfs_filter_islike_logical.xml
===================================================================
--- trunk/msautotest/wxs/expected/wfs_filter_islike_logical.xml (rev 0)
+++ trunk/msautotest/wxs/expected/wfs_filter_islike_logical.xml 2009-12-07 14:44:55 UTC (rev 9585)
@@ -0,0 +1,49 @@
+Content-type: text/xml
+
+<?xml version='1.0' encoding="ISO-8859-1" ?>
+<wfs:FeatureCollection
+ xmlns:ms="http://mapserver.gis.umn.edu/mapserver"
+ xmlns:wfs="http://www.opengis.net/wfs"
+ xmlns:gml="http://www.opengis.net/gml"
+ xmlns:ogc="http://www.opengis.net/ogc"
+ 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:Box srsName="EPSG:4326">
+ <gml:coordinates>-60.280661,46.276898 -60.280661,46.276898</gml:coordinates>
+ </gml:Box>
+ </gml:boundedBy>
+ <gml:featureMember>
+ <ms:popplace>
+ <gml:boundedBy>
+ <gml:Box srsName="EPSG:4326">
+ <gml:coordinates>-60.280661,46.276898 -60.280661,46.276898</gml:coordinates>
+ </gml:Box>
+ </gml:boundedBy>
+ <ms:msGeometry>
+ <gml:Point srsName="EPSG:4326">
+ <gml:coordinates>-60.280661,46.276898</gml:coordinates>
+ </gml:Point>
+ </ms:msGeometry>
+ <ms:AREA>0.000</ms:AREA>
+ <ms:PERIMETER>0.000</ms:PERIMETER>
+ <ms:POPPLACE_>270</ms:POPPLACE_>
+ <ms:POPPLACE_I>3</ms:POPPLACE_I>
+ <ms:UNIQUE_KEY>CBLHE</ms:UNIQUE_KEY>
+ <ms:NAME>Sydney Mines</ms:NAME>
+ <ms:NAME_E></ms:NAME_E>
+ <ms:NAME_F></ms:NAME_F>
+ <ms:UNIQUE_K_1></ms:UNIQUE_K_1>
+ <ms:UNIQUE_K_2></ms:UNIQUE_K_2>
+ <ms:REG_CODE>12</ms:REG_CODE>
+ <ms:NTS50>011K01</ms:NTS50>
+ <ms:LAT>461400</ms:LAT>
+ <ms:LONG>601400</ms:LONG>
+ <ms:SGC_CODE>1217019</ms:SGC_CODE>
+ <ms:CAPITAL>0</ms:CAPITAL>
+ <ms:POP_RANGE>3</ms:POP_RANGE>
+ </ms:popplace>
+ </gml:featureMember>
+</wfs:FeatureCollection>
+
Property changes on: trunk/msautotest/wxs/expected/wfs_filter_islike_logical.xml
___________________________________________________________________
Added: svn:executable
+ *
More information about the mapserver-commits
mailing list