You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ETS "ia.a.1: CRS accessible via HTTP" results in errors for the geometries:
"XML document 'plu260619_valid.gml', ZoningElement 'zoningelementid.206': A spatial or temporal geometry uses an unexpected coordinate reference system with identifier 'http://www.opengis.net/def/crs/EPSG/0/3044' that cannot be retrieved. Every URI must be a HTTP URI in a CRS register that when retrieved with HTTP GET returns a definition of the reference system."
This issues has maybe been discussed and agreed on before - I have just not been able to find it here in the repository.
In our GML file the CRS is giving like this:
plu:geometry
<gml:MultiSurface srsName="http://www.opengis.net/def/crs/EPSG/0/3044" gml:id="dk.plu.planzone.207">
gml:surfaceMember
<gml:Polygon gml:id="LOCAL_ID_120">
...
The ETS "ia.a.1: CRS accessible via HTTP" results in errors for the geometries:
"XML document 'plu260619_valid.gml', ZoningElement 'zoningelementid.206': A spatial or temporal geometry uses an unexpected coordinate reference system with identifier 'http://www.opengis.net/def/crs/EPSG/0/3044' that cannot be retrieved. Every URI must be a HTTP URI in a CRS register that when retrieved with HTTP GET returns a definition of the reference system."
Why is srsName="http://www.opengis.net/def/crs/EPSG/0/3044" an unexpected CRS? Is it listed in https://github.com/inspire-eu-validation/data/blob/3.0rc3/reference-systems/spatial.md as a valid CRS.
The text was updated successfully, but these errors were encountered: