Fix issues with `SpatialRef::set_axis_mapping_strategy` API.
metasim opened this issue · 0 comments
metasim commented
- 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
- The receiver on
set_axis_mapping_strategy
is&self
, when it should be&mut self
.