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_crs_to_crs: better deal with coordinates outside of bbox (fixes #1329) #1333

Merged
merged 1 commit into from Mar 19, 2019

Commits on Mar 19, 2019

  1. proj_create_crs_to_crs: better deal with coordinates outside of bbox (f…

    …ixes OSGeo#1329)
    
    In case several coordinate operations are returned for a CRS to CRS transformation,
    we currently determine the one to use by selecting the first operation whose
    bounding box contains the input point.
    
    This commit adds a fallback case where after doing that first iteration and finding
    no appropriate candidate, we try again by selecting the first operation available
    that does not involve grid based transformations.
    rouault committed Mar 19, 2019
    Copy the full SHA
    1b8b720 View commit details
    Browse the repository at this point in the history