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

PB-1221 : partially out of bound KML was ignored entirely #1139

Merged
merged 1 commit into from
Nov 26, 2024

Commits on Nov 26, 2024

  1. PB-1221 : partially out of bound KML was ignored entirely

    The KML extent detection was not performing as expected with KML that had only one dimension out of LV95 bounds.
    
    To counteract that, I've reverted the logic in the extent calculation, transforming LV95 bounds into WGS84 to do the matching instead of transforming a potentially big WGS84 extent to LV95 (lead to big math error...)
    pakb committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    42ea977 View commit details
    Browse the repository at this point in the history