anitagraser / QGIS-Processing-tools

This is a collection of scripts and models for QGIS Processing
89 stars 55 forks source link

points_to_route fails with error #12

Closed riccardoklinger closed 9 years ago

riccardoklinger commented 9 years ago

current error is: Uncaught error while executing algorithm Traceback (most recent call last): Traceback (most recent call last): File "C:/PROGRA~1/QGISBR~1/apps/qgis/./python/plugins\processing\core\GeoAlgorithm.py", line 212, in execute self.processAlgorithm(progress) File "C:/PROGRA~1/QGISBR~1/apps/qgis/./python/plugins\processing\script\ScriptAlgorithm.py", line 264, in processAlgorithm exec(script) in ns File "", line 51, in IndexError: list index out of range

Sample lines and points can be found here: http://www.digital-geography.com/wp-content/uploads/2015/01/wd_hapag.zip

I am using the script just with lines and points. so no fancy stuff involved. Both datasets are in EPSG 4326.

riccardoklinger commented 9 years ago

used wrong version from this repo as there was one for qgis 2.6.