georust / gdal

Rust bindings for GDAL
https://crates.io/crates/gdal
MIT License
359 stars 94 forks source link

Rewrote `vector::ops::transformations::tests::test_simplify_preserve_topology`... #446

Closed metasim closed 1 year ago

metasim commented 1 year ago

...to be less sensitive to GEOS changes.

This change replicates the test used in OSGeo/gdal for this feature rather than attempts a more challenging test:

https://github.com/OSGeo/gdal/blob/b33e3b318b6cf43d5ccfa35e1ad0e5e22313d09f/autotest/ogr/ogr_geos.py#L327

Closes #443

lnicola commented 1 year ago

bors r+

bors[bot] commented 1 year ago

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here. For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.