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

Setting zero disk quota for tile store does not drop actual tiles #503

Closed
kiryldz opened this issue Jul 14, 2021 · 0 comments · Fixed by #543
Closed

Setting zero disk quota for tile store does not drop actual tiles #503

kiryldz opened this issue Jul 14, 2021 · 0 comments · Fixed by #543
Assignees
Labels
bug 🪲 Something isn't working

Comments

@kiryldz
Copy link
Contributor

kiryldz commented Jul 14, 2021

Environment

  • Android OS version: any
  • Devices affected: any
  • Maps SDK Version: v10.0.0-rc.4

Observed behavior and steps to reproduce

tileStore.loadTileRegion(ID, ...)
tileStore.removeTileRegion(TILE_REGION_ID)
tileStore.setOption(TileStoreOptions.DISK_QUOTA, Value(0))

Expected behavior

Tile region deleted - that actually works ok but tiles themselves seem to be retained both in DB and on filesysytem.

Notes / preliminary analysis

Should be resolved upstream.

Additional links and references

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant