-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssr2_query_template.xml
29 lines (29 loc) · 1.08 KB
/
ssr2_query_template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="utf-8"?>
<GetPropertyValue
xmlns="http://www.opengis.net/wfs/2.0"
xmlns:app="http://skjema.geonorge.no/SOSI/produktspesifikasjon/Stedsnavn/5.0"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:fes="http://www.opengis.net/fes/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd http://www.opengis.net/fes/2.0 http://schemas.opengis.net/filter/2.0/filter.xsd http://www.opengis.net/gml/3.2 http://schemas.opengis.net/gml/3.2.1/gml.xsd"
service="WFS"
version="2.0.0"
valueReference="app:Sted"
count="50"
>
<!-- valueReference="app:posisjon" -->
<!-- count="50" -->
<!-- > -->
<Query typeNames="app:Sted" srsName="urn:ogc:def:crs:EPSG::4258" >
<Filter>
<PropertyIsEqualTo>
<ValueReference xmlns:app="http://skjema.geonorge.no/SOSI/produktspesifikasjon/Stedsnavn/5.0">
app:kommune/app:Kommune/app:kommunenummer
</ValueReference>
<Literal>
{kommunenummer}
</Literal>
</PropertyIsEqualTo>
</Filter>
</Query>
</GetPropertyValue>