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

Contour: include minimum raster value as contour line when it exactly matches the first level #10170

Merged
merged 1 commit into from
Jun 18, 2024

Commits on Jun 17, 2024

  1. Contour: include minimum raster value as contour line when it exactly…

    … matches the first level
    
    Fixes OSGeo#10167
    
    There's currently an asymmetry since the maximum raster value is
    included. This is due how the marching square thresholding compares
    pixel values to the candidate contour levels. Add a special case to
    modify the comparison for the level that matches the minimum raster
    value.
    rouault committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    68b400f View commit details
    Browse the repository at this point in the history