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

Enhance the saving tiles feature #1331

Open
dtrucs opened this issue Dec 19, 2024 · 0 comments
Open

Enhance the saving tiles feature #1331

dtrucs opened this issue Dec 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dtrucs
Copy link
Collaborator

dtrucs commented Dec 19, 2024

In order to display map tiles when the user is offline, there is a mechanism for storing them in the client's browser.
Today, this features presents two problems:

  • Tiles are saved immediately when the page is loaded (instead of waiting for the user's explicit action to save the page for offline use).
  • Tiles are stored progressively as the user manipulates the map, which means that if the user doesn't touch the map before going offline, only tiles visible at screen size are saved. In this user story, geometry with large boundaries may not have its entire lineString covered by tiles.
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