I have a LineString layer that I need to reduce the number of vertices. For example, some straight lines have intermediate vertices that add no value and should be removed. A slight loss of accuracy, as a result, is acceptable.
To my understanding the Simplify algorithm on QGIS is the perfect tool for this, however, no matter what I do, no vertices are removed when this tool is used. There are no errors in the log, and the execution seemingly succeeds.
What am I doing wrong? A piece I am testing can be downloaded here: https://easyupload.io/oivzk9
I use QGIS 3.28.0 but tried with 3.4.5 and 2.18.16 on another computer as well. The result is the same.





