GIScience / ohsome-qgis-plugin

ohsome Qgis plugin
MIT License
6 stars 1 forks source link

Fix the metadata bug. #13

Closed MichaelsJP closed 3 years ago

MichaelsJP commented 3 years ago

the plugin has problems querying the metadata backend for the fixed time parameters. at the moment it queries everytime the provider is changed or the plugin is started or closed.

somehow it hangs at the local api provider and fails if none is available.

a solution could be to only query the metadata parameters when the refresh button is pressed or the provider is changed!