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

MultiPoint Layer Handling for Traveling Salesman Optimization faulty #209

Closed koebi closed 4 months ago

koebi commented 6 months ago

Here's what I did

Try calculating a route from one point layer using a MultiPoint Layer as an input, checking one of the TSP optimization boxes

Here's what I got

several different errors


We should investigate this and either disallow MultiPoint or fix any issues.

merydian commented 6 months ago

Is this relevant for the 1.7 release? Is there any advantage to using MultiPoint Layers? I can't think of one.

koebi commented 6 months ago

No, it's not relevant to the release. I'm not sure - people use QGIS in many different ways, and we should respect that.