georust/gdal

Fix issues with `SpatialRef::set_axis_mapping_strategy` API.

metasim opened this issue · 0 comments

  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.