Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proj_create(): add support for compoundCRS and concatenatedOperation named from their components #1441

Merged
merged 1 commit into from
Apr 23, 2019

Conversation

rouault
Copy link
Member

@rouault rouault commented Apr 22, 2019

Support following syntaxes:

  • OGC URN combining references for compoundCRS:
    e.g. "urn:ogc:def:crs,crs:EPSG::2393,crs:EPSG::5717"
  • its GDAL shortcut: e.g. "EPSG:2393+5717"
  • OGC URN combining references for concatenated operations:
    e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618"

…named from their components

Support following syntaxes:
- OGC URN combining references for compoundCRS:
  e.g. "urn:ogc:def:crs,crs:EPSG::2393,crs:EPSG::5717"
- its GDAL shortcut: e.g. "EPSG:2393+5717"
- OGC URN combining references for concatenated operations:
  e.g. "urn:ogc:def:coordinateOperation,coordinateOperation:EPSG::3895,coordinateOperation:EPSG::1618"
@busstoptaktik
Copy link
Member

Awesome!

@rouault rouault merged commit 4c7364b into OSGeo:master Apr 23, 2019
@kbevers kbevers added this to the 6.1.0 milestone May 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants