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

Pipeline instanciation: better error message when an inverse operation is needed in forward path and not available #4014

Merged
merged 1 commit into from
Jan 29, 2024

Commits on Jan 27, 2024

  1. Pipeline instanciation: better error message when an inverse operatio…

    …n is needed in forward path and not available
    
    and fix a copy-paste error where fwd4d was tested instead of inv4d
    
    Before:
    ```
    $ echo 0 0 | bin/cs2cs +proj=isea +to +proj=longlat
    pipeline: Pipeline: A forward operation couldn't be constructed
    ```
    
    Now:
    ```
    $ echo 0 0 | bin/cs2cs +proj=isea +to +proj=longlat
    pipeline: Pipeline: Inverse operation for isea is not available
    ```
    
    Slightly related to OSGeo/gdal#9149
    rouault committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    8aa3f4b View commit details
    Browse the repository at this point in the history