Project: QGIS

Version: 3.18

Feature: Points to lines processing algorithm

A native processing algorithm has been added in c++ that creates line layers from point layers, similar to the existing python Points to path but with extended functionality:

  • Added support for natural sorting ( '10' > '9' )
  • Avoid creating invalid lines with a single vertex
  • Avoid creating closed lines with two vertices

This feature was developed by uclaros