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

Fix: comment out option parsing for matrix algorithm #165

Closed TheGreatRefrigerator closed 2 years ago

TheGreatRefrigerator commented 2 years ago

parseOptions of the ORSBaseProcessingAlgorithm was looking for option parameters that are still hidden for matrix.

parseOptions is now not called in the matrix algorithm and needs to be called once the options are integrated for matrix in the ors backend.

Fixes https://github.com/GIScience/orstools-qgis-plugin/issues/164