root676 / QNEAT3

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

How to not display straight line path in Od matrix from points as lines ( n:n ) ? #56

Closed ayush1830 closed 1 year ago

ayush1830 commented 1 year ago

While incorparating visualisation present in shortest path ( point to point ) in Od matrix from points as lines ( n:n ), i am getting straight line path as well as the actual path between nodes. How to prevent the straight line path from getting displayed?

root676 commented 1 year ago

I am not sure if I understand your problem correctly. How are you incorporating the shortest path in the OD matrix? Those are two separate algorithms.

ayush1830 commented 1 year ago

I have copied some part of the code of shortest path and pasted it in OD matrix at the appropriate place and I am getting the shortest path route as well and i do not want the straight line path which is there. ᐧ

On Sat, 22 Oct 2022 at 19:20, Clemens Raffler @.***> wrote:

I am not sure if I understand your problem correctly. How are you incorporating the shortest path in the OD matrix? Those are two separate algorithms.

— Reply to this email directly, view it on GitHub https://github.com/root676/QNEAT3/issues/56#issuecomment-1287798980, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZK7RBMTKD5CXA2ZZSWIFGLWEPWKVANCNFSM6AAAAAARIBE3NY . You are receiving this because you authored the thread.Message ID: @.***>

root676 commented 1 year ago

If you can change the code of QNEAT3 you should also be able to remove the straight lines from the OD matrix. Sorry but I cannot help you with this.