-
Notifications
You must be signed in to change notification settings - Fork 791
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
Add set discard superseded method to api #1534
Add set discard superseded method to api #1534
Conversation
Please update
|
Closes #1519 |
@@ -947,6 +947,7 @@ proj_operation_factory_context_set_desired_accuracy | |||
proj_operation_factory_context_set_grid_availability_use | |||
proj_operation_factory_context_set_spatial_criterion | |||
proj_operation_factory_context_set_use_proj_alternative_grid_names | |||
proj_operation_factory_context_set_discard_superseded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
symbols should be sorted. so move this line just after proj_operation_factory_context_set_desired_accuracy
Could you also please add a test in test/unit/test_c_api.cpp ? |
@matherno ping ^ |
… place in symbols file
Two tests, for each state set by proj_operation_factory_context_set_discard_superseded
@matherno Thanks for your contribution. Sorry for not getting round to merging this sooner! |
Added proj_operation_factory_context_set_discard_superseded() function to API.
Also made it so that FilterResults::removeUninterestingOps() is not called if not discarding superseded operations.