You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should show cached, but expired tiles immediately, do a If-None-Modified request meanwhile and update tile if changed. While this technically violates the HTTP spec, it will also ensure that the user sees a map as soon as possible. In most cases, the map is either fresh, or the visible differences are negligible.
We should show cached, but expired tiles immediately, do a
If-None-Modifiedrequest meanwhile and update tile if changed. While this technically violates the HTTP spec, it will also ensure that the user sees a map as soon as possible. In most cases, the map is either fresh, or the visible differences are negligible.