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

processing provider for QGS2 version (#41) #46

Closed noerw closed 5 years ago

noerw commented 6 years ago

Adds the processing integration. For now only the isochrones API is exposed, as this is the only API i need right now.

I might find time to add the other ORS APIs later on, but no promises.

Implemented against the QGIS2 interfaces, as explained in https://github.com/nilsnolde/OSMtools/issues/41#issuecomment-366950773. I am not familiar with the QGIS3 API yet, so you might be faster at back-backporting this.

nilsnolde commented 6 years ago

Thanks. I just gave it a rough read, looks pretty good! Will try it out over the next days. Before it's not all implemented, migrating to v3 is not so sensible I find. Maybe someone else will take on implementing directions and matrix, if we don't have the time.. I'm fed up for a few weeks tbh;)

noerw commented 6 years ago

No hurry, thanks a lot for your effort to backport this so quickly!