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
92 stars 31 forks source link

'from layer' does not work when no features in the layer are selected #47

Closed nilsnolde closed 5 years ago

nilsnolde commented 6 years ago

Workaround until fix: select the features in the layer(s) you want to route from/to, then it works as expected. If you want to use all feature in the respective layer, then simply select all features.

civil142 commented 6 years ago

Hi Nils, yes this workaround did work, thank you. Its a great tool by the way.

DaisyCaranay commented 6 years ago

Hello, @nilsnolde! It doesn't work for me even if I have selected the features I want to route from/to. I have a polygon layer and has Place 1 and Place 2 fields that I want to route. The from layer doesn't show anything

screen shot 2018-03-26 at 12 28 07 pm
DaisyCaranay commented 6 years ago

Oh. Is it only working for point layers?

nilsnolde commented 6 years ago

Yes it is;)

D-Leenders commented 5 years ago

Hi @nilsnolde,

I am currently running into the same issue where the dropdown menu "from layer" does not seem to be working. Sadly selecting features does not seem to help as seen in the image below. Would you happen to know a fix for this? Thanks in advance!

image

nilsnolde commented 5 years ago

Hi, sure it's a Point layer, not a MultiPoint layer? I'm not entirely sure, how it behaves with Multi geometries. If it's Multi, try to convert to single geometry (somewhere in the toolbox) and try again. And let us know if it worked:)

fluegelrad commented 5 years ago

I am currently running into the same issue where the dropdown menu "from layer" does not seem to be working. Sadly selecting features does not seem to help as seen in the image below. Would you happen to know a fix for this? Thanks in advance!

Guess I've found the problem, @D-Leenders. Have a look here: #74