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

Invalidate GeoPackage cache by tile download timestamp #10

Open
ComBatVision opened this issue Sep 22, 2022 · 0 comments
Open

Invalidate GeoPackage cache by tile download timestamp #10

ComBatVision opened this issue Sep 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@ComBatVision
Copy link
Member

Add special logic to TiledSurfaceImage and AbstractTiledElevationCoverage, which should check if cached version of tile was outdated (downloaded and saved to cache long time ago) and force retrieval of this tile from online source to refresh cache.

To implement this feature GeoPackage tiles table should be extended with timestamp describing the tile retrieval time.

This timestamp should be analyzed during retrieval process and if it is too old, online tile should be requested together with cached tile result.

@ComBatVision ComBatVision added the enhancement New feature or request label Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant