getFeature2.xml

Yves Jacolin, 2017-05-10 02:37 PM

Download (1.16 KB)

 
1
<GetFeature xmlns="http://www.opengis.net/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.qgis.org/gml" xmlns:ogc="http://www.opengis.net/ogc" service="WFS" version="1.1.0" outputFormat="GML3" maxFeatures="20">
2
    <!--GetFeature xmlns="http://www.opengis.net/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.qgis.org/gml" xmlns:ogc="http://www.opengis.net/ogc" service="WFS" version="1.1.0" outputFormat="GML3" maxFeatures="20" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"-->
3
    <gml:Query gml:typeName="feature:roads_simple" gml:srsName="EPSG:4326">
4
        <ogc:Filter>
5
            <PropertyIsEqualTo> 
6
                <PropertyName>id</PropertyName>
7
                <Literal>168372</Literal>
8
            </PropertyIsEqualTo>
9
        </ogc:Filter>
10
    </gml:Query>
11
    <gml:Query gml:typeName="feature:amenities_simple" gml:srsName="EPSG:4326">
12
        <ogc:Filter>
13
            <PropertyIsEqualTo> 
14
                <PropertyName>id</PropertyName>
15
                <Literal>269</Literal>
16
            </PropertyIsEqualTo>
17
        </ogc:Filter>
18
    </gml:Query>
19
</GetFeature>