root676 / QNEAT3

QNEAT3 - Qgis Network Analysis Toolbox 3
GNU General Public License v3.0
64 stars 13 forks source link

fix geometry reuse for unreachable features and add a "follow path" option to line generation #59

Closed garci66 closed 1 year ago

garci66 commented 1 year ago

Unreachable features would re-use the last geometry so multiple lines between source and origin would be generated. Now those links have an null geometry. Also added the option for the generated lines in the layer to layer and points as lines to follow the route path instead of the "as the crow flies"

root676 commented 1 year ago

Thank you for coding this much needed feature, @garci66 ! I just had a look at your PR - looks good to me, I just have a minor request for changing the parameter description (see below).

root676 commented 1 year ago

Thanks for the great contribution @garci66 !

garci66 commented 1 year ago

Changes should be in the latest commit. Let me know!