Open balazsdukai opened 7 months ago
This would break v2.0 as not backwards compatible... One way to fix this would be to add a new property "referenceSystem3D"
, but I am not sure if compound have only 2 components max. You know?
My interpretation of the specs is that there are only two.
But I would rather keep this for a next major version than having a "referenceSystem3D"
tbh. I think there should be one, and only one place to declare sth, and two referenceSystem
-s would break that.
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