deegree / deegree-ogcapi

OGC API implementations based on deegree
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Reported storage CRS uses CRS name instead of identifier/code #89

Closed stempler closed 1 year ago

stempler commented 1 year ago

Describe the bug The Storage CRS as specified in "OGC API Features Part 2: Coordinate Reference Systems" shall be one of the CRS identifiers from the list of supported CRS identifiers (Requirement 4). Right now the CRS name is returned for the the storage CRS. So it is not an identifier and thus also not part of the list of supported CRS identifiers.

To Reproduce Example case:

  1. Configure storage CRS in a feature store as http://www.opengis.net/def/crs/EPSG/0/4258
  2. Configure OGC API Features for this feature store
  3. When accessing the collections the stated storage CRS is ETRS89

Expected behavior

Screenshots image