[openstreetmap/openstreetmap-website] Map tiles are not updating? (#2095)

Tom Hughes notifications at github.com
Tue Jan 1 15:55:01 UTC 2019


For performance reasons we use a simplified algorithm for tile dirtying which (as you have guessed) means that updates which only change a relation do not cause tiles to be rerendered.

This is deliberate, to stop changes to large boundary relations having to dirty, and then rerender, very large numbers of tiles.

As you've also guessed it's really anything to do with this repository - the actual code is https://github.com/openstreetmap/chef/blob/master/cookbooks/tile/files/default/bin/expire-tiles-single#L18.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/2095#issuecomment-450739453
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20190101/23fc7b65/attachment.html>


More information about the rails-dev mailing list