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

Switch to QgsBlockingNetworkRequest #117

Open nilsnolde opened 4 years ago

nilsnolde commented 4 years ago

Ref https://github.com/maptiler/qgis-maptiler-plugin/issues/80#issuecomment-643683427

Current implementation can and will cause crashes > QGIS 3.4

merydian commented 11 months ago

qgis/QGIS#53721 could be of concern. Using QgsBlockingNetworkRequest might log sensitive information.

koebi commented 10 months ago

Maybe we should switch to QgsNetworkAccessManager and see where that gets us ;)