Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make cache updating more robust #28

Closed
SPlanzer opened this issue Sep 27, 2018 · 2 comments
Closed

Make cache updating more robust #28

SPlanzer opened this issue Sep 27, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request on hold

Comments

@SPlanzer
Copy link

Currently the plug deletes all cached data and then replaces it in a thread.

However, if QGIS is closed while the thread update is in process this means some of the delete files will not have been replaces.

Therefore, The plugin should download the new files and then replace the old only once all files have been downloaded.

@SPlanzer SPlanzer self-assigned this Sep 27, 2018
@SPlanzer SPlanzer added enhancement New feature or request on hold labels Sep 27, 2018
@SPlanzer
Copy link
Author

Will not be in first release. will be interesting to see what user feedback picks up around this.

@SPlanzer
Copy link
Author

Cache data now fetched and then old data deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request on hold
Development

No branches or pull requests

1 participant