mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
This algorithm takes an input (multi)line (or curve) layer, and splits each feature into multiple parts such that no part is longer then the specified maximum length. Supports data-defined maximum length property, and edit in place operation. Credit to @NathanW2 for the inspiration!