-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update layers/tiles while displaying #2481
Comments
@kkaefer what is your latest thinking around how to decide when to refresh the map? Will this be triggered manually or could we keep track of all tiles that have an |
The idea of this feature is to respect the Expires/max-age headers the server sends. We already do that today, but we never update a tile after it is being displayed. That means, that in situations where we display tiles or maps for a very long period of time, like in visualizations, we will continue to show a tile despite it being outdated. So ultimately, when we display a tile, we will also set a timer that will trigger a refresh once the server sent expires header is done. |
Gotcha, will it do the same for |
On the client side, we calculate an absolute date when receiving the data, |
Subsumed by #2617. |
We should support updating tiles/layers while they are being displayed. This can happen when the tile data expires while it is still being displayed. It's also a prerequisite for #2445.
Prerequisites:
Likely obstacles:
The text was updated successfully, but these errors were encountered: