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

Harmonize point layer behavior regarding vertices extraction/filtering algorithms #33502

Closed
DelazJ opened this issue Dec 22, 2019 · 1 comment · Fixed by #55996
Closed

Harmonize point layer behavior regarding vertices extraction/filtering algorithms #33502

DelazJ opened this issue Dec 22, 2019 · 1 comment · Fixed by #55996
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@DelazJ
Copy link
Contributor

DelazJ commented Dec 22, 2019

While checking algs for documentation, I realized that the "Extract (specific) vertices" can be run on polygon, lines... and points features. Meaning a point is considered as a vertex within a (multi)point feature. Why not? This operates either like a multi to single parts alg for point layer or allows to remove points within a multipoint feature.
But the "filter vertices by m/z values" algs only operate on polygons and lines. Someone can want to filter points within a multipoint feature based on their m/z value. And if we consider point as vertices, should they not also be available in this context?
I don't know if the first paragraph is an intended behavior or a bug, nor if the second is a bug or a feature request.

@DelazJ DelazJ added the Bug Either a bug report, or a bug fix. Let's hope for the latter! label Dec 22, 2019
@Pedro-Murteira
Copy link

Still valid on QGIS 3.22.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants