Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with SpatialRef::set_axis_mapping_strategy API. #496

Closed
Tracked by #484
metasim opened this issue Dec 19, 2023 · 0 comments · Fixed by #498
Closed
Tracked by #484

Fix issues with SpatialRef::set_axis_mapping_strategy API. #496

metasim opened this issue Dec 19, 2023 · 0 comments · Fixed by #498

Comments

@metasim
Copy link
Contributor

metasim commented Dec 19, 2023

  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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant