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

Local tile chaching #56

Open
mojoaxel opened this issue Jun 8, 2016 · 0 comments
Open

Local tile chaching #56

mojoaxel opened this issue Jun 8, 2016 · 0 comments

Comments

@mojoaxel
Copy link
Collaborator

mojoaxel commented Jun 8, 2016

The new Service-Workers API provides an excellent way to cache map-tiles for offline usage. Tile caching could provide the following features:

  • Offline-Capability: The Web-App is usable even when the internet-connection gets (temporary) lost (on the water).
  • Download Tiles: Is should be possible to trigger the offline-caching of a given area for later usage (on the water).
  • Aggressive Caching: The Tile cache could be used to relieve the tiles-server. For example it could be implemented that tiles get updated only once a month or so. (Not sure if thats a good idea!)

Here is a very simple prototype-Implementation of a caching OL based App.

@mojoaxel mojoaxel added this to the Additional Features milestone Jun 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant