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

[processing] Port "Points along geometry" to QgsFeatureBasedAlgorithm #30175

Merged
merged 1 commit into from
Jun 12, 2019

Conversation

nyalldawson
Copy link
Collaborator

(and c++), allow distance/start/end offset to be dynamic, avoid algorithm "hangs" when inappropriately small (or 0) distances are used

Refs https://lists.osgeo.org/pipermail/qgis-user/2019-June/043278.html

(and c++), allow distance/start/end offset to be dynamic, avoid
algorithm "hangs" when inappropriately small (or 0) distances
are used
@nyalldawson nyalldawson added the Processing Relating to QGIS Processing framework or individual Processing algorithms label Jun 11, 2019
@nirvn
Copy link
Contributor

nirvn commented Jun 12, 2019

@nyalldawson , are you aiming at 3.8 here? We've pretty much consistently viewed c++ port as stability fix during freeze period.

@nyalldawson
Copy link
Collaborator Author

@nirvn it was deliberately omitted because I don't know 😛 Someone else can make this call. But there definitely is a number of bug fixes included here, the only questionable part is the swap to dynamic parameters (which i consider a prerequisite for any algorithm ported to c++)

@nirvn nirvn added this to the 3.8.0 milestone Jun 12, 2019
@nirvn
Copy link
Contributor

nirvn commented Jun 12, 2019

On the basis of your description highlighting several fixes, and the inerrant stability improvements of porting to C++, let me make that decision for you: 3.8 it is! :)

Copy link
Contributor

@nirvn nirvn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code looks good.

@nirvn nirvn merged commit 4ff8429 into qgis:master Jun 12, 2019
@nyalldawson nyalldawson deleted the points_along_lines branch June 19, 2019 22:58
nyalldawson pushed a commit that referenced this pull request Jan 27, 2020
after "Points along geometry" algorithm port to C++ since 3.8 qgis\QGIS@f30fcca qgis\#30175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants