Hi Stéphane: What MapServer version? Does the filter fail against a shapefile version of the data as well?<br><br>Steve<br><br><div class="gmail_quote">On Mon, Jul 25, 2011 at 6:19 AM, Stéphane Brunner <span dir="ltr">&lt;<a href="mailto:stephane.brunner@camptocamp.com">stephane.brunner@camptocamp.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello,<br>
<br>
I have the mapfile [0]. when I done a GetFeature on the nummer [1] I<br>
have 4 results [2] (with duplicate but it&#39;s an other issue).<br>
When I done a spatial filter [3] I have no results [4] but I should<br>
have at least one result ...<br>
<br>
Thanks in advance for having a look on this issue.<br>
<br>
Sincerely yours<br>
Stéphane Brunner<br>
<br>
Following: specified, GetCapabilities [5], describefeaturetype [6].<br>
<br>
mapfile [0]:<br>
MAP<br>
    NAME &quot;map&quot;<br>
<br>
    EXTENT 620000 218000 690000 278000<br>
<br>
    UNITS METERS<br>
    IMAGETYPE jpeg<br>
    RESOLUTION 72<br>
    DEFRESOLUTION 72<br>
    IMAGECOLOR 255 255 255<br>
    STATUS ON<br>
    FONTSET &quot;fonts.conf&quot;<br>
    SYMBOLSET &quot;symbole.sym&quot;<br>
    MAXSIZE 5000<br>
<br>
    PROJECTION<br>
        &quot;init=epsg:21781&quot;<br>
    END<br>
<br>
    ####<br>
    # Used by overlays<br>
    ####<br>
    OUTPUTFORMAT<br>
        NAME png256<br>
        DRIVER AGG/PNG<br>
        MIMETYPE &quot;image/png256&quot;<br>
        IMAGEMODE RGBA<br>
        EXTENSION &quot;png&quot;<br>
        FORMATOPTION &quot;INTERLACE=OFF&quot;<br>
        FORMATOPTION &quot;QUANTIZE_FORCE=ON&quot;<br>
        FORMATOPTION &quot;QUANTIZE_DITHER=OFF&quot;<br>
        FORMATOPTION &quot;QUANTIZE_COLORS=256&quot;<br>
    END<br>
    OUTPUTFORMAT<br>
        NAME png<br>
        DRIVER AGG/PNG<br>
        MIMETYPE &quot;image/png&quot;<br>
        IMAGEMODE RGBA<br>
        EXTENSION &quot;png&quot;<br>
        FORMATOPTION &quot;INTERLACE=OFF&quot;<br>
        FORMATOPTION &quot;QUANTIZE_DITHER=OFF&quot;<br>
    END<br>
<br>
    WEB<br>
        METADATA<br>
            &quot;ows_title&quot; &quot;map&quot;<br>
            &quot;ows_srs&quot; &quot;epsg:21781&quot;<br>
            &quot;ows_encoding&quot; &quot;UTF-8&quot;<br>
            &quot;wms_feature_info_mime_type&quot; &quot;application/vnd.ogc.gml&quot;<br>
            &quot;wms_enable_request&quot; &quot;*&quot;<br>
            &quot;ows_enable_request&quot; &quot;*&quot;<br>
            &quot;gml_include_items&quot; &quot;all&quot;<br>
            &quot;gml_featureid&quot; &quot;id&quot;<br>
            &quot;wfs_title&quot; &quot;map&quot;<br>
            &quot;wfs_srs&quot; &quot;epsg:21781&quot;<br>
        END<br>
        IMAGEPATH &#39;/var/tmp/&#39;<br>
    END<br>
<br>
    LEGEND<br>
        IMAGECOLOR 240 240 240<br>
        LABEL<br>
            FONT arial<br>
            ANTIALIAS true<br>
            TYPE truetype<br>
            SIZE 9<br>
            COLOR 0 0 0<br>
        END<br>
    END<br>
<br>
<br>
LAYER<br>
  NAME &quot;Liegenschaft_Query&quot;<br>
  TYPE POLYGON<br>
  STATUS ON<br>
  TEMPLATE fooOnlyForWMSGetFeatureInfo<br>
  CONNECTIONTYPE postgis<br>
  PROCESSING &quot;CLOSE_CONNECTION=DEFER&quot;<br>
  CONNECTION &quot;user=www-data password=www-data dbname=dev host=localhost&quot;<br>
  DATA &quot;geom from (SELECT oid, t1.geom, t1.nummer FROM<br>
av.view_i_liegenschaft_all AS t1) AS foo using unique oid using<br>
SRID=-1&quot;<br>
#  GROUP &quot;TOPIC_Liegenschaften_LN&quot;<br>
  EXTENT 620000 218000 690000 278000<br>
  METADATA<br>
    &quot;ows_title&quot; &quot;Liegenschaft_Query&quot;<br>
    &quot;ows_srs&quot; &quot;epsg:21781&quot;<br>
    &quot;id_attribute_string&quot; &quot;oid&quot;<br>
    &quot;ows_featureid&quot; &quot;oid&quot;<br>
    &quot;ows_geometries&quot; &quot;geom&quot;<br>
    &quot;ows_geom_type&quot; &quot;polygon&quot;<br>
    &quot;query_returned_attributes&quot; &quot;nummer&quot;<br>
    &quot;gml_include_items&quot; &quot;oid,nummer,geom&quot;<br>
    &quot;gml_geometries&quot; &quot;geom&quot;<br>
    &quot;gml_geom_type&quot; &quot;polygon&quot;<br>
    &quot;gml_nummer_type&quot; &quot;Character&quot;<br>
    #&quot;gml_groups&quot; &quot;TOPIC_Liegenschaften_LN&quot;<br>
    &quot;gml_featureid&quot; &quot;oid&quot;<br>
    &quot;wfs_title&quot; &quot;Liegenschaft_Query&quot;<br>
    &quot;wfs_srs&quot; &quot;epsg:21781&quot;<br>
  END<br>
  DUMP TRUE<br>
  PROJECTION<br>
      &quot;init=epsg:21781&quot;<br>
  END<br>
<br>
  CLASS<br>
    NAME &quot;Liegenschaft&quot;<br>
    STYLE<br>
      SYMBOL &quot;circle&quot;<br>
      SIZE 3<br>
      OUTLINECOLOR 0 0 0<br>
    END<br>
  END<br>
END<br>
END<br>
<br>
query on the nummer [1]:<br>
&lt;wfs:GetFeature xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a>&quot; service=&quot;WFS&quot;<br>
version=&quot;1.0.0&quot; maxFeatures=&quot;100&quot;<br>
xsi:schemaLocation=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a><br>
<a href="http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd</a>&quot;<br>
xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;&gt;<br>
&lt;wfs:Query typeName=&quot;feature:Liegenschaft_Query&quot;<br>
xmlns:feature=&quot;<a href="http://mapserver.gis.umn.edu/mapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a>&quot;&gt;<br>
&lt;ogc:Filter xmlns:ogc=&quot;<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a>&quot;&gt;<br>
&lt;ogc:PropertyIsEqualTo&gt;<br>
&lt;ogc:PropertyName&gt;nummer&lt;/ogc:PropertyName&gt;<br>
&lt;ogc:Literal&gt;3634&lt;/ogc:Literal&gt;<br>
&lt;/ogc:PropertyIsEqualTo&gt;<br>
&lt;/ogc:Filter&gt;<br>
&lt;/wfs:Query&gt;<br>
&lt;/wfs:GetFeature&gt;<br>
<br>
response on the nummer [2]:<br>
&lt;?xml version=&#39;1.0&#39; encoding=&quot;UTF-8&quot; ?&gt;<br>
&lt;wfs:FeatureCollection<br>
   xmlns:ms=&quot;<a href="http://mapserver.gis.umn.edu/mapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a>&quot;<br>
   xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a>&quot;<br>
   xmlns:gml=&quot;<a href="http://www.opengis.net/gml" target="_blank">http://www.opengis.net/gml</a>&quot;<br>
   xmlns:ogc=&quot;<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a>&quot;<br>
   xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
   xsi:schemaLocation=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a><br>
<a href="http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd</a><br>
                       <a href="http://mapserver.gis.umn.edu/mapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a><br>
<a href="http://c2cpc89.camptocamp.com/sbrunner/mapserv?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=feature:Liegenschaft_Query&amp;amp;OUTPUTFORMAT=XMLSCHEMA" target="_blank">http://c2cpc89.camptocamp.com/sbrunner/mapserv?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=feature:Liegenschaft_Query&amp;amp;OUTPUTFORMAT=XMLSCHEMA</a>&quot;&gt;<br>

      &lt;gml:boundedBy&gt;<br>
        &lt;gml:Box srsName=&quot;EPSG:21781&quot;&gt;<br>
                &lt;gml:coordinates&gt;661054.808000,244611.321000<br>
663053.704000,244888.622000&lt;/gml:coordinates&gt;<br>
        &lt;/gml:Box&gt;<br>
      &lt;/gml:boundedBy&gt;<br>
    &lt;gml:featureMember&gt;<br>
      &lt;ms:Liegenschaft_Query fid=&quot;Liegenschaft_Query.2380997&quot;&gt;<br>
        &lt;gml:boundedBy&gt;<br>
                &lt;gml:Box srsName=&quot;EPSG:21781&quot;&gt;<br>
                        &lt;gml:coordinates&gt;661054.808000,244854.251000<br>
661088.687000,244888.622000&lt;/gml:coordinates&gt;<br>
                &lt;/gml:Box&gt;<br>
        &lt;/gml:boundedBy&gt;<br>
        &lt;ms:geom&gt;<br>
        &lt;gml:Polygon srsName=&quot;EPSG:21781&quot;&gt;<br>
          &lt;gml:outerBoundaryIs&gt;<br>
            &lt;gml:LinearRing&gt;<br>
              &lt;gml:coordinates&gt;661076.579000,244888.622000<br>
661054.808000,244875.484000 661062.744000,244858.448000<br>
661064.653000,244854.251000 661088.687000,244869.173000<br>
661076.579000,244888.622000 &lt;/gml:coordinates&gt;<br>
            &lt;/gml:LinearRing&gt;<br>
          &lt;/gml:outerBoundaryIs&gt;<br>
        &lt;/gml:Polygon&gt;<br>
        &lt;/ms:geom&gt;<br>
        &lt;ms:oid&gt;2380997&lt;/ms:oid&gt;<br>
        &lt;ms:nummer&gt;3634&lt;/ms:nummer&gt;<br>
      &lt;/ms:Liegenschaft_Query&gt;<br>
    &lt;/gml:featureMember&gt;<br>
    &lt;gml:featureMember&gt;<br>
      &lt;ms:Liegenschaft_Query fid=&quot;Liegenschaft_Query.2380997&quot;&gt;<br>
        &lt;gml:boundedBy&gt;<br>
                &lt;gml:Box srsName=&quot;EPSG:21781&quot;&gt;<br>
                        &lt;gml:coordinates&gt;661054.808000,244854.251000<br>
661088.687000,244888.622000&lt;/gml:coordinates&gt;<br>
                &lt;/gml:Box&gt;<br>
        &lt;/gml:boundedBy&gt;<br>
        &lt;ms:geom&gt;<br>
        &lt;gml:Polygon srsName=&quot;EPSG:21781&quot;&gt;<br>
          &lt;gml:outerBoundaryIs&gt;<br>
            &lt;gml:LinearRing&gt;<br>
              &lt;gml:coordinates&gt;661076.579000,244888.622000<br>
661054.808000,244875.484000 661062.744000,244858.448000<br>
661064.653000,244854.251000 661088.687000,244869.173000<br>
661076.579000,244888.622000 &lt;/gml:coordinates&gt;<br>
            &lt;/gml:LinearRing&gt;<br>
          &lt;/gml:outerBoundaryIs&gt;<br>
        &lt;/gml:Polygon&gt;<br>
        &lt;/ms:geom&gt;<br>
        &lt;ms:oid&gt;2380997&lt;/ms:oid&gt;<br>
        &lt;ms:nummer&gt;3634&lt;/ms:nummer&gt;<br>
      &lt;/ms:Liegenschaft_Query&gt;<br>
    &lt;/gml:featureMember&gt;<br>
    &lt;gml:featureMember&gt;<br>
      &lt;ms:Liegenschaft_Query fid=&quot;Liegenschaft_Query.2384539&quot;&gt;<br>
        &lt;gml:boundedBy&gt;<br>
                &lt;gml:Box srsName=&quot;EPSG:21781&quot;&gt;<br>
                        &lt;gml:coordinates&gt;663017.565000,244611.321000<br>
663053.704000,244650.084000&lt;/gml:coordinates&gt;<br>
                &lt;/gml:Box&gt;<br>
        &lt;/gml:boundedBy&gt;<br>
        &lt;ms:geom&gt;<br>
        &lt;gml:Polygon srsName=&quot;EPSG:21781&quot;&gt;<br>
          &lt;gml:outerBoundaryIs&gt;<br>
            &lt;gml:LinearRing&gt;<br>
              &lt;gml:coordinates&gt;663017.565000,244635.722000<br>
663033.235000,244611.321000 663045.949000,244619.485000<br>
663053.704000,244626.417000 663034.337000,244650.084000<br>
663017.565000,244635.722000 &lt;/gml:coordinates&gt;<br>
            &lt;/gml:LinearRing&gt;<br>
          &lt;/gml:outerBoundaryIs&gt;<br>
        &lt;/gml:Polygon&gt;<br>
        &lt;/ms:geom&gt;<br>
        &lt;ms:oid&gt;2384539&lt;/ms:oid&gt;<br>
        &lt;ms:nummer&gt;3634&lt;/ms:nummer&gt;<br>
      &lt;/ms:Liegenschaft_Query&gt;<br>
    &lt;/gml:featureMember&gt;<br>
    &lt;gml:featureMember&gt;<br>
      &lt;ms:Liegenschaft_Query fid=&quot;Liegenschaft_Query.2384539&quot;&gt;<br>
        &lt;gml:boundedBy&gt;<br>
                &lt;gml:Box srsName=&quot;EPSG:21781&quot;&gt;<br>
                        &lt;gml:coordinates&gt;663017.565000,244611.321000<br>
663053.704000,244650.084000&lt;/gml:coordinates&gt;<br>
                &lt;/gml:Box&gt;<br>
        &lt;/gml:boundedBy&gt;<br>
        &lt;ms:geom&gt;<br>
        &lt;gml:Polygon srsName=&quot;EPSG:21781&quot;&gt;<br>
          &lt;gml:outerBoundaryIs&gt;<br>
            &lt;gml:LinearRing&gt;<br>
              &lt;gml:coordinates&gt;663017.565000,244635.722000<br>
663033.235000,244611.321000 663045.949000,244619.485000<br>
663053.704000,244626.417000 663034.337000,244650.084000<br>
663017.565000,244635.722000 &lt;/gml:coordinates&gt;<br>
            &lt;/gml:LinearRing&gt;<br>
          &lt;/gml:outerBoundaryIs&gt;<br>
        &lt;/gml:Polygon&gt;<br>
        &lt;/ms:geom&gt;<br>
        &lt;ms:oid&gt;2384539&lt;/ms:oid&gt;<br>
        &lt;ms:nummer&gt;3634&lt;/ms:nummer&gt;<br>
      &lt;/ms:Liegenschaft_Query&gt;<br>
    &lt;/gml:featureMember&gt;<br>
&lt;/wfs:FeatureCollection&gt;<br>
<br>
<br>
query with spatial filter [3]:<br>
&lt;wfs:GetFeature xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a>&quot; service=&quot;WFS&quot;<br>
version=&quot;1.0.0&quot; maxFeatures=&quot;100&quot;<br>
xsi:schemaLocation=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a><br>
<a href="http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd</a>&quot;<br>
xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;&gt;<br>
&lt;wfs:Query typeName=&quot;feature:Liegenschaft_Query&quot;<br>
xmlns:feature=&quot;<a href="http://mapserver.gis.umn.edu/mapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a>&quot;&gt;<br>
&lt;ogc:Filter xmlns:ogc=&quot;<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a>&quot;&gt;<br>
&lt;ogc:Intersects&gt;<br>
&lt;ogc:PropertyName&gt;geom&lt;/ogc:PropertyName&gt;<br>
&lt;gml:Point xmlns:gml=&quot;<a href="http://www.opengis.net/gml" target="_blank">http://www.opengis.net/gml</a>&quot; srsName=&quot;EPSG:21781&quot;&gt;<br>
&lt;gml:coordinates decimal=&quot;.&quot; cs=&quot;,&quot; ts=&quot;<br>
&quot;&gt;661070.024,244872.084&lt;/gml:coordinates&gt;<br>
&lt;/gml:Point&gt;<br>
&lt;/ogc:Intersects&gt;<br>
&lt;/ogc:Filter&gt;<br>
&lt;/wfs:Query&gt;<br>
&lt;/wfs:GetFeature&gt;<br>
<br>
<br>
response with spatial filter [4]:<br>
&lt;?xml version=&#39;1.0&#39; encoding=&quot;UTF-8&quot; ?&gt;<br>
&lt;wfs:FeatureCollection<br>
   xmlns:ms=&quot;<a href="http://mapserver.gis.umn.edu/mapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a>&quot;<br>
   xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a>&quot;<br>
   xmlns:gml=&quot;<a href="http://www.opengis.net/gml" target="_blank">http://www.opengis.net/gml</a>&quot;<br>
   xmlns:ogc=&quot;<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a>&quot;<br>
   xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
   xsi:schemaLocation=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a><br>
<a href="http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd</a><br>
                       <a href="http://mapserver.gis.umn.edu/mapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a><br>
<a href="http://c2cpc89.camptocamp.com/sbrunner/mapserv?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=feature:Liegenschaft_Query&amp;amp;OUTPUTFORMAT=XMLSCHEMA" target="_blank">http://c2cpc89.camptocamp.com/sbrunner/mapserv?SERVICE=WFS&amp;amp;VERSION=1.0.0&amp;amp;REQUEST=DescribeFeatureType&amp;amp;TYPENAME=feature:Liegenschaft_Query&amp;amp;OUTPUTFORMAT=XMLSCHEMA</a>&quot;&gt;<br>

   &lt;gml:boundedBy&gt;<br>
      &lt;gml:null&gt;missing&lt;/gml:null&gt;<br>
   &lt;/gml:boundedBy&gt;<br>
&lt;/wfs:FeatureCollection&gt;<br>
<br>
<br>
GetCapabilities [5]:<br>
&lt;?xml version=&#39;1.0&#39; encoding=&quot;UTF-8&quot; ?&gt;<br>
&lt;WFS_Capabilities<br>
   version=&quot;1.0.0&quot;<br>
   updateSequence=&quot;0&quot;<br>
   xmlns=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a>&quot;<br>
   xmlns:ogc=&quot;<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a>&quot;<br>
   xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;<br>
   xsi:schemaLocation=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a><br>
<a href="http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities.xsd" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-capabilities.xsd</a>&quot;&gt;<br>
<br>
&lt;!-- MapServer version 6.0.0 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG<br>
SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=CAIRO SUPPORTS=OPENGL<br>
SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER<br>
SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT<br>
SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI<br>
SUPPORTS=THREADS SUPPORTS=GEOS INPUT=POSTGIS INPUT=OGR INPUT=GDAL<br>
INPUT=SHAPEFILE --&gt;<br>
<br>
&lt;Service&gt;<br>
  &lt;Name&gt;MapServer WFS&lt;/Name&gt;<br>
  &lt;Title&gt;Amtliche Vermessung&lt;/Title&gt;<br>
  &lt;Abstract&gt;Die amtliche Vermessung nach DM01 Darstellung als WMS<br>
Dienst für MapFish Projekte&lt;/Abstract&gt;<br>
  &lt;OnlineResource&gt;<a href="http://c2cpc89.camptocamp.com/sbrunner/mapserv" target="_blank">http://c2cpc89.camptocamp.com/sbrunner/mapserv</a>?&lt;/OnlineResource&gt;<br>
<br>
&lt;/Service&gt;<br>
<br>
&lt;Capability&gt;<br>
  &lt;Request&gt;<br>
    &lt;GetCapabilities&gt;<br>
      &lt;DCPType&gt;<br>
        &lt;HTTP&gt;<br>
          &lt;Get onlineResource=&quot;<a href="http://c2cpc89.camptocamp.com/sbrunner/mapserv" target="_blank">http://c2cpc89.camptocamp.com/sbrunner/mapserv</a>?&quot;<br>
/&gt;<br>
        &lt;/HTTP&gt;<br>
      &lt;/DCPType&gt;<br>
<br>
      &lt;DCPType&gt;<br>
        &lt;HTTP&gt;<br>
          &lt;Post<br>
onlineResource=&quot;<a href="http://c2cpc89.camptocamp.com/sbrunner/mapserv" target="_blank">http://c2cpc89.camptocamp.com/sbrunner/mapserv</a>?&quot; /&gt;<br>
        &lt;/HTTP&gt;<br>
      &lt;/DCPType&gt;<br>
    &lt;/GetCapabilities&gt;<br>
    &lt;DescribeFeatureType&gt;<br>
      &lt;SchemaDescriptionLanguage&gt;<br>
        &lt;XMLSCHEMA/&gt;<br>
<br>
      &lt;/SchemaDescriptionLanguage&gt;<br>
      &lt;DCPType&gt;<br>
        &lt;HTTP&gt;<br>
          &lt;Get onlineResource=&quot;<a href="http://c2cpc89.camptocamp.com/sbrunner/mapserv" target="_blank">http://c2cpc89.camptocamp.com/sbrunner/mapserv</a>?&quot;<br>
/&gt;<br>
        &lt;/HTTP&gt;<br>
      &lt;/DCPType&gt;<br>
      &lt;DCPType&gt;<br>
        &lt;HTTP&gt;<br>
          &lt;Post<br>
onlineResource=&quot;<a href="http://c2cpc89.camptocamp.com/sbrunner/mapserv" target="_blank">http://c2cpc89.camptocamp.com/sbrunner/mapserv</a>?&quot; /&gt;<br>
<br>
        &lt;/HTTP&gt;<br>
      &lt;/DCPType&gt;<br>
    &lt;/DescribeFeatureType&gt;<br>
    &lt;GetFeature&gt;<br>
      &lt;ResultFormat&gt;<br>
        &lt;GML2/&gt;<br>
      &lt;/ResultFormat&gt;<br>
      &lt;DCPType&gt;<br>
        &lt;HTTP&gt;<br>
<br>
          &lt;Get onlineResource=&quot;<a href="http://c2cpc89.camptocamp.com/sbrunner/mapserv" target="_blank">http://c2cpc89.camptocamp.com/sbrunner/mapserv</a>?&quot;<br>
/&gt;<br>
        &lt;/HTTP&gt;<br>
      &lt;/DCPType&gt;<br>
      &lt;DCPType&gt;<br>
        &lt;HTTP&gt;<br>
          &lt;Post<br>
onlineResource=&quot;<a href="http://c2cpc89.camptocamp.com/sbrunner/mapserv" target="_blank">http://c2cpc89.camptocamp.com/sbrunner/mapserv</a>?&quot; /&gt;<br>
        &lt;/HTTP&gt;<br>
      &lt;/DCPType&gt;<br>
    &lt;/GetFeature&gt;<br>
<br>
  &lt;/Request&gt;<br>
&lt;/Capability&gt;<br>
<br>
&lt;FeatureTypeList&gt;<br>
  &lt;Operations&gt;<br>
    &lt;Query/&gt;<br>
  &lt;/Operations&gt;<br>
    &lt;FeatureType&gt;<br>
        &lt;Name&gt;Liegenschaft_Query&lt;/Name&gt;<br>
        &lt;Title&gt;Liegenschaft_Query&lt;/Title&gt;<br>
<br>
        &lt;SRS&gt;epsg:21781&lt;/SRS&gt;<br>
        &lt;LatLongBoundingBox minx=&quot;620000&quot; miny=&quot;218000&quot; maxx=&quot;690000&quot;<br>
maxy=&quot;278000&quot; /&gt;<br>
    &lt;/FeatureType&gt;<br>
    &lt;FeatureType&gt;<br>
        &lt;Name&gt;Liegenschaft_Query_ALL&lt;/Name&gt;<br>
        &lt;Title&gt;Liegenschaft_Query_ALL&lt;/Title&gt;<br>
        &lt;SRS&gt;epsg:21781&lt;/SRS&gt;<br>
<br>
        &lt;LatLongBoundingBox minx=&quot;620000&quot; miny=&quot;218000&quot; maxx=&quot;690000&quot;<br>
maxy=&quot;278000&quot; /&gt;<br>
    &lt;/FeatureType&gt;<br>
&lt;/FeatureTypeList&gt;<br>
<br>
&lt;ogc:Filter_Capabilities&gt;<br>
  &lt;ogc:Spatial_Capabilities&gt;<br>
    &lt;ogc:Spatial_Operators&gt;<br>
      &lt;ogc:Equals/&gt;<br>
      &lt;ogc:Disjoint/&gt;<br>
      &lt;ogc:Touches/&gt;<br>
<br>
      &lt;ogc:Within/&gt;<br>
      &lt;ogc:Overlaps/&gt;<br>
      &lt;ogc:Crosses/&gt;<br>
      &lt;ogc:Intersect/&gt;<br>
      &lt;ogc:Contains/&gt;<br>
      &lt;ogc:DWithin/&gt;<br>
      &lt;ogc:BBOX/&gt;<br>
    &lt;/ogc:Spatial_Operators&gt;<br>
  &lt;/ogc:Spatial_Capabilities&gt;<br>
<br>
  &lt;ogc:Scalar_Capabilities&gt;<br>
    &lt;ogc:Logical_Operators /&gt;<br>
    &lt;ogc:Comparison_Operators&gt;<br>
      &lt;ogc:Simple_Comparisons /&gt;<br>
      &lt;ogc:Like /&gt;<br>
      &lt;ogc:Between /&gt;<br>
    &lt;/ogc:Comparison_Operators&gt;<br>
  &lt;/ogc:Scalar_Capabilities&gt;<br>
&lt;/ogc:Filter_Capabilities&gt;<br>
&lt;/WFS_Capabilities&gt;<br>
<br>
<br>
describefeaturetype [6]:<br>
&lt;?xml version=&#39;1.0&#39; encoding=&quot;UTF-8&quot; ?&gt;<br>
&lt;schema<br>
   targetNamespace=&quot;<a href="http://mapserver.gis.umn.edu/mapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a>&quot;<br>
   xmlns:ms=&quot;<a href="http://mapserver.gis.umn.edu/mapserver" target="_blank">http://mapserver.gis.umn.edu/mapserver</a>&quot;<br>
   xmlns:ogc=&quot;<a href="http://www.opengis.net/ogc" target="_blank">http://www.opengis.net/ogc</a>&quot;<br>
   xmlns:xsd=&quot;<a href="http://www.w3.org/2001/XMLSchema" target="_blank">http://www.w3.org/2001/XMLSchema</a>&quot;<br>
   xmlns=&quot;<a href="http://www.w3.org/2001/XMLSchema" target="_blank">http://www.w3.org/2001/XMLSchema</a>&quot;<br>
   xmlns:gml=&quot;<a href="http://www.opengis.net/gml" target="_blank">http://www.opengis.net/gml</a>&quot;<br>
   elementFormDefault=&quot;qualified&quot; version=&quot;0.1&quot; &gt;<br>
<br>
  &lt;import namespace=&quot;<a href="http://www.opengis.net/gml" target="_blank">http://www.opengis.net/gml</a>&quot;<br>
          schemaLocation=&quot;<a href="http://schemas.opengis.net/gml/2.1.2/feature.xsd" target="_blank">http://schemas.opengis.net/gml/2.1.2/feature.xsd</a>&quot; /&gt;<br>
<br>
  &lt;element name=&quot;Liegenschaft_Query&quot;<br>
           type=&quot;ms:Liegenschaft_QueryType&quot;<br>
           substitutionGroup=&quot;gml:_Feature&quot; /&gt;<br>
<br>
  &lt;complexType name=&quot;Liegenschaft_QueryType&quot;&gt;<br>
    &lt;complexContent&gt;<br>
      &lt;extension base=&quot;gml:AbstractFeatureType&quot;&gt;<br>
        &lt;sequence&gt;<br>
<br>
          &lt;element name=&quot;geom&quot; type=&quot;gml:PolygonPropertyType&quot;<br>
minOccurs=&quot;0&quot; maxOccurs=&quot;1&quot;/&gt;<br>
          &lt;element name=&quot;oid&quot; type=&quot;string&quot;/&gt;<br>
          &lt;element name=&quot;nummer&quot; type=&quot;Character&quot;/&gt;<br>
        &lt;/sequence&gt;<br>
      &lt;/extension&gt;<br>
    &lt;/complexContent&gt;<br>
  &lt;/complexType&gt;<br>
<br>
&lt;/schema&gt;<br>
<font color="#888888"><br>
<br>
--<br>
<a href="http://camptocamp.com" target="_blank">camptocamp.com</a><br>
<a href="http://mapfish.org" target="_blank">mapfish.org</a><br>
_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
</font></blockquote></div><br>