Bart: This may be more a change on the GML output side, rather than app-schema specifically.
Is it correct that the difference you are seeing is if the srsName value has quotes or not? I would assume quotes would be required, and perhaps the xml parser was being kind not accepting a value without quotes previously. For encoding of EPSG codes there are a number of settings. And the ability to override, if your client really expects on representation over another https://docs.geoserver.org/latest/en/user/services/wfs/webadmin.html#gml - The OGC HTTP URL format is http://www.opengis.net/gml/srs/epsg.xml#4258 - The OGC HTTP URI format is http://www.opengis.net/def/crs/EPSG/0/4258 That page is a bit hard to follow I think we may need to make a table of what is expected where. I tend to recommend the defaults, which mirror the EPSG representation expected for each GML standard. It is concerning if you are getting one representation for MultiSurface and a different one for Polygon? Is this something that you can reproduce with the same data directory? -- Jody Garnett On Sat, 17 Oct 2020 at 03:10, Verbeeck Bart (AIV) < [email protected]> wrote: > Hello > > > > I see many improvements in the new versions, but I noticed an issue > concerning the app schema plugin. > > > > I have two installations, completely the same > > > > 2.15.0 > > > https://bgeoserverinspireaiv.azurewebsites.net/inspire/elu/wfs?request=GetFeature&typenames=elu:ExistingLandUseObject&count=1 > > > > 2.18.0 (Ichecked 2.17.3 behaves the same) > > > https://aiv-beta-geoserver-inspire.azurewebsites.net/inspire/elu/wfs?request=GetFeature&typenames=elu:ExistingLandUseObject&count=1 > > > > The MultiSurface srsName is wrong in the newer versions > > srsName="http://www.opengis.net/def/crs/EPSG/0/4326" > > > > it should be > > srsName=http://www.opengis.net/def/crs/EPSG/0/4258 > > > > In all versions the srsName for the Polygon is “almost” correct > > > > srsName=http://www.opengis.net/gml/srs/epsg.xml#4258 > > should be > > srsName="http://www.opengis.net/def/crs/EPSG/0/4258" > > > > Did I miss a change in the configuration that is necessary? > > > > *Bart* > > > > > > > > _______________________________________________ > 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 > > > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users >
_______________________________________________ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
