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

Avoid polygons: scratch layer not working #111

Closed nilsnolde closed 4 years ago

nilsnolde commented 4 years ago

For avoid_polygons option scratch/memory layers are not working. For some reason the getFeature(0).geometry() returns an empty geometry on those layers.

Workaround: make the layer permanent.

nilsnolde commented 4 years ago

Turns out that this is the same "bug" as #114 and it solved now with v1.2.2 which is available in the plugin store since yesterday.