Closed balazsdukai closed 7 months ago
Allow compound CRS in metadata.referenceSystem the form of CURIEs, in addition to the current URI syntax.
metadata.referenceSystem
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
We should do this, but for v2.1 only.
v2.0 should stay backwards compatible.
Allow compound CRS in
metadata.referenceSystem
the form of CURIEs, in addition to the current URI syntax.For example:
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