Dear list

When I invoke 
https://inspire.informatievlaanderen.be/overdrachtdiensten/hy-n/wfs?request=GetFeature&typename=hy-n:WatercourseLink&srsName=http://www.opengis.net/def/crs/EPSG/0/4258&service=WFS&count=1

I get GML with  srsName="http://www.opengis.net/def/crs/EPSG/0/4258";

When I call  a storedquery I get the same result 
https://inspire.informatievlaanderen.be/overdrachtdiensten/hy-p/wfs?request=GetFeature&Language=dut&CRS=http://www.opengis.net/def/crs/EPSG/0/4258&DataSetIdNamespace=informatievlaanderen-be&service=WFS&count=1&STOREDQUERY_ID=urn:x-inspire:storedQuery:hy-n:GetSpatialDataSet&version=2.0.0&DataSetIdCode=2aed0b7b-890f-47ba-84ec-c0b87227a64c

But with  srsName="urn:ogc:def:crs:EPSG::4258"

This means the storedquery ignores my wfs setting (OGC HTTP URI)
[cid:image003.jpg@01D4ADBA.8973D8A0]

Below you find my stored query definition.

This happens in 2.13.1 and in 2.14.1

Is this a geoserver issue, or did I do something wrong?

Thanks!

Bart



<?xml version="1.0" encoding="UTF-8"?>
<wfs:StoredQueryDescription
        xmlns:xs="http://www.w3.org/2001/XMLSchema";
        xmlns:fes="http://www.opengis.net/fes/2.0";
        xmlns:wfs="http://www.opengis.net/wfs/2.0";
        xmlns:gml="http://www.opengis.net/gml/3.2";
        xmlns:ows="http://www.opengis.net/ows/1.1";
        xmlns:xlink="http://www.w3.org/1999/xlink";
        id="urn:x-inspire:storedQuery:hy-n:GetSpatialDataSet">
<wfs:Parameter name="CRS" type="xsd:string"/>
<wfs:Parameter name="DataSetIdCode" type="xsd:string"/>
<wfs:Parameter name="DataSetIdNamespace" type="xsd:string"/>
<wfs:Parameter name="Language" type="xsd:string"/>
<wfs:QueryExpressionText isPrivate="false" 
language="urn:ogc:def:queryLanguage:OGC-WFS::WFS_QueryExpression" 
returnFeatureTypes="hy-n:WatercourseLink">
<wfs:Query wfs:srsName="${CRS}" wfs:typeNames="hy-n:WatercourseLink">
</wfs:Query>
</wfs:QueryExpressionText>
</wfs:StoredQueryDescription>

_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to