anitagraser / QGIS-Processing-tools

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

Testing and updating 2.4 scripts for 2.6 #9

Closed brylie closed 9 years ago

brylie commented 9 years ago

I successfully tested this script with QGIS 2.6 after changing the VectorWriter import. Related issue: #5.

brylie commented 9 years ago

Updated point_layer_to_route.py VectorLayer import. Related issue: #7

brylie commented 9 years ago

Added 'direction' column to network table. Related issues: #6, #8

brylie commented 9 years ago

Changed VectorWriter import in line_layer_to_route_with_oneways.py and tested successfully. Modified network table direction column for test case. Related issue: #6

brylie commented 9 years ago

Updated VectorWriter import in _point_layer_to_route_withoneways.py. Related issue: #8

anitagraser commented 9 years ago

Is it possible to remove the sqlite file from this pull request? Or fix the network table?