osmcode / osmcoastline

Extracts coastline data from OpenStreetMap planet file.
https://osmcode.org/osmcoastline/
GNU General Public License v3.0
109 stars 14 forks source link

test-invalid-self-intersection-on-open-ring fails with GEOS 3.9.1 #40

Closed sebastic closed 3 years ago

sebastic commented 3 years ago

After the upgrade of GEOS to 3.9.1 the osmcoastline build fails due to test failures:

10/20 Test #12: test-invalid-self-intersection-on-open-ring ..............***Failed    0.26 sec
+ /build/osmcoastline-2.3.0/obj-x86_64-linux-gnu/src/nodegrid2opl
+ cat
+ /build/osmcoastline-2.3.0/obj-x86_64-linux-gnu/src/osmcoastline --verbose --overwrite --output-database=/build/osmcoastline-2.3.0/obj-x86_64-linux-gnu/test/invalid-self-intersection-on-open-ring.db /build/osmcoastline-2.3.0/obj-x86_64-linux-gnu/test/invalid-self-intersection-on-open-ring.opl
+ RC=2
+ set -e
+ test 2 -eq 2
+ grep Self-intersection at or near point /build/osmcoastline-2.3.0/obj-x86_64-linux-gnu/test/invalid-self-intersection-on-open-ring.log
Warning 1: Self-intersection at or near point 1.0900000000000001 1.9749999999999999
+ grep ^There were 2 warnings.$ /build/osmcoastline-2.3.0/obj-x86_64-linux-gnu/test/invalid-self-intersection-on-open-ring.log

Full buildlog