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:
Configure storage CRS in a feature store as http://www.opengis.net/def/crs/EPSG/0/4258
Configure OGC API Features for this feature store
When accessing the collections the stated storage CRS is ETRS89
Expected behavior
the storage CRS should be specified as identifier instead of as CRS name
it should be possible to align the list of supported CRS identifiers with the storage CRS identifier
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:
http://www.opengis.net/def/crs/EPSG/0/4258
ETRS89
Expected behavior
Screenshots