georust / gdal

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

`SpatialRef::set_axis_mapping_strategy` should take `&mut self` instead of `&self` #460

Closed ttencate closed 11 months ago

ttencate commented 11 months ago

Otherwise, thread safety issues if something like #419 ever lands.