specs icon indicating copy to clipboard operation
specs copied to clipboard

Add support for compound CRS as CURIEs

Open balazsdukai opened this issue 2 months ago • 0 comments

Allow compound CRS in metadata.referenceSystem the form of CURIEs, in addition to the current URI syntax.

For example:

"referenceSystem": [
    "[EPSG:4326]",
    "[EPSG:3855]"
  ]

The schema allows any UPPER/lowercase letter or digit as identifier, and any UPPER/lowercase letter as authority.

However, this change breaks backwards compatibility, so it would require a new major version.

If we decide to merge this PR, the specs need to be updated too.

Fixes #181

balazsdukai avatar Apr 09 '24 08:04 balazsdukai