Re: [Geoserver-users] Problem with Features-Templating Extension

2021-10-16 Thread Marco Volpini
Hi Marcin, Here some feedbacks about your questions: 2. Although SRS style in WFS properties for GML 2, 3, and 3.2 is set to OGC > HTTP URI the code of CRS in GetFeature responses is returned as OGC URN > format (e.g. urn:ogc:def:crs:EPSG::4258 instead of > http://www.opengis.net/def/crs/EPSG/0/4

Re: [Geoserver-users] Problem with Features-Templating Extension

2021-10-15 Thread Marcin Grudzień
Dear Marco, Thank you for the comprehensive feedback. Best regards, Marcin W dniu pt., 15.10.2021 o 10:37 Marco Volpini < marco.volp...@geosolutionsgroup.com> napisał(a): > Hi Marcin, > > Here some feedbacks about your questions: > > 2. Although SRS style in WFS properties for GML 2, 3, and 3.2

Re: [Geoserver-users] Problem with Features-Templating Extension

2021-10-12 Thread Roar Brænden
Hi, The code returned in srsName is configurable within GeoServer. I don't have enough information to tell if your specific case is wrong. You should have a look in the documentation: https://docs.geoserver.org/latest/en/user/services/wfs/webadmin.html#gml

Re: [Geoserver-users] Problem with Features-Templating Extension

2021-10-11 Thread Marcin Grudzień
Hi Roar, Here is the GetFeature request asking for one feature. http://localhost:8080/geoserver/us-govserv/ows?service=WFS&version=2.0.0&request=GetFeature&typeNames=us-govserv%3AGovernmentalService&count=1 And her is the response. http://www.opengis.net/wfs/2.0"; xmlns:us-govserv="http://inspir

Re: [Geoserver-users] Problem with Features-Templating Extension

2021-10-11 Thread Roar Brænden
Hi, You're url is referring to localhost, which means the rest of us can't get the response. You should copy a little portion of it that shows the basics of your issue. Best regards, Roar Brænden > 11. okt. 2021 kl. 14:14 skrev Marcin Grudzień : > > Hi Everyone, > > For the last few years, w

[Geoserver-users] Problem with Features-Templating Extension

2021-10-11 Thread Marcin Grudzień
Hi Everyone, For the last few years, we have been providing WFSs for the purpose of INSPIRE using Geoserver + app-schema and INSPIRE extensions. In the meantime, I have noticed that the features-templating extension can be adopted for publishing INSPIRE WFSs. Because we have some troubles with ap