mach0 / qchainage

Chainage Plugin for QGIS
GNU General Public License v3.0
19 stars 18 forks source link

Problem with lines shorter than start point #27

Open igorgaj opened 1 year ago

igorgaj commented 1 year ago

On select geometry line of 300 meters and chainage start from 500 meters, show error null geometry.

Problem is you have 1000 features in layer. I have to manualy remove from selection lines shorter than 500 meters.

Certainly, plugin is super.

Edit: chainagetool.py line 165 if geom.length() < startpoint: continue

mach0 commented 1 year ago

hi and thanks for you comment, never thought that this would happen :) I will add a correction for that - but I wanted to rewrite it anyway .. maybe I'll find some time during christmas this year.