We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SpatialRef::set_axis_mapping_strategy
enum
OAMS_TRADITIONAL_GIS_ORDER
OAMS_AUTHORITY_COMPLIANT
OAMS_CUSTOM
set_axis_mapping_strategy
&self
&mut self
The text was updated successfully, but these errors were encountered:
gdal
enum AxisMappingStrategy
OSRAxisMappingStrategy
Successfully merging a pull request may close this issue.
enum
for the C constants accepted by this function:OAMS_TRADITIONAL_GIS_ORDER
OAMS_AUTHORITY_COMPLIANT
OAMS_CUSTOM
set_axis_mapping_strategy
is&self
, when it should be&mut self
.The text was updated successfully, but these errors were encountered: