Dear list

We publish inspire harmonized wfs services, and some of them produce GML with 
the wrong srsName in the GML, and as a consequence with flipped axis.

http://inspire.informatievlaanderen.be/overdrachtdiensten/am/wfs?request=getfeature&typename=am:ManagementRestrictionOrRegulationZone&Count=1&srsname=http://www.opengis.net/def/crs/EPSG/0/4258
works correct with http://www.opengis.net/def/crs/EPSG/0/4258 in the GML 
response

http://inspire.informatievlaanderen.be/overdrachtdiensten/ad/wfs?request=getfeature&typename=ad:Address&Count=1&srsname=http://www.opengis.net/def/crs/EPSG/0/4258
 has http://www.opengis.net/gml/srs/epsg.xml#4258 in the GML response.

We use version 2.15.0 with tomcat, and of course we use the appscheme extension.

They both use the same mapping for the geometry
<AttributeMapping>
                    <targetAttribute>am:geometry</targetAttribute>
                                      <idExpression>
                                              <OCQL>strConcat('geometry.', 
getId())</OCQL>
                    </idExpression>
                    <sourceExpression>
                        <OCQL>geometry</OCQL>
                    </sourceExpression>
                </AttributeMapping>


Does someone have an idea for a solution?

Bart Verbeeck
_______________________________________________
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