GIScience / orstools-qgis-plugin

Plugin for QGIS with a set of tools to use openrouteservice API´s, based on openstreetmap
https://plugins.qgis.org/plugins/ORStools/
MIT License
91 stars 31 forks source link

feature request: for Traveling Salesman Problem, return stop order #244

Closed d3netxer closed 1 month ago

d3netxer commented 1 month ago

Here's what I did

Ran Traveling Salesman Problem


Here's what I got

A line shapefile of the result. However, I do not know the order of the stops


Here's what I was expecting

somehow to be presented the order of the stops


Here's what I think could be improved

I tested using the ORS API Playground. I had three stops in the input, and it returns only one route. This is fine. For the single route there is a steps property that lists the steps. If this information could be accessed and presented in the QGIS plug-in I think it would be an improvement

merydian commented 1 month ago

Hi, there is a pending pull request for this ( #227 ). So this will be included in the next release. If you'd like to have this feature earlier you can checkout the feature branch and install the plugin from there. There is instructions on how to install is in the Readme.md.

Best regards

d3netxer commented 1 month ago

ok thank you!