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

Overlap option can crash code when driving radius is too long #20

Closed nilsnolde closed 7 years ago

nilsnolde commented 7 years ago

Gives a TypeError: arguments did not match any overloaded call: QgsPoint(): too many arguments QgsPoint(QgsPoint): argument 1 has unexpected type 'list' QgsPoint(float, float): argument 1 has unexpected type 'list' QgsPoint(QPointF): argument 1 has unexpected type 'list' QgsPoint(QPoint): argument 1 has unexpected type 'list'

Smth to do with too many overlaps...

nilsnolde commented 7 years ago

Reason is variable geometry for overlap areas: 'Polygon' or 'Multipolygon'.

nilsnolde commented 7 years ago

Removed overlap option. No real use cases, overlaps. can be achieved with regular QGIS geoprocessing methods.