georust / gdal

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

Fix issues with `SpatialRef::set_axis_mapping_strategy` API. #496

Closed metasim closed 9 months ago

metasim commented 9 months ago
  1. It would be nice to have a real enum for the C constants accepted by this function:
    • OAMS_TRADITIONAL_GIS_ORDER
    • OAMS_AUTHORITY_COMPLIANT
    • OAMS_CUSTOM
  2. The receiver on set_axis_mapping_strategy is &self, when it should be &mut self.