geosolutions-it / inspire-issues

This repository works as an aggregator for GeoServer known issues with respect to INSPIRE compliance and support.
https://waffle.io/geosolutions-it/inspire-issues
0 stars 0 forks source link

On a WFS 2.0.0 served with Geoserver and AppSchema, the GetProperyValue for geometry returns a java.lang.ClassCastException message, while for all other properties it works. #25

Open nmco opened 5 years ago

nmco commented 5 years ago

In order to provide by reference a protected site geometry for CDDA reporting according to http://dd.eionet.europa.eu/schemas/cdda/CddaReporting_V3.0.xsd, the GetPropertyValue for geometry is needed: http://gmlid.eu/RO/ENV/PADS/WFS?service=wfs&version=2.0.0&request=GetPropertyValue&typeNames=ps:ProtectedSite&valueReference=ps:geometry&featureID=RO.ENV.PADS.PS.RONPA0022. All other properties, excepting geometry, can be retrieved - e.g. http://gmlid.eu/RO/ENV/PADS/WFS?service=wfs&version=2.0.0&request=GetPropertyValue&typeNames=ps:ProtectedSite&valueReference=ps:siteName&featureID=RO.ENV.PADS.PS.RONPA0022.