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

Invalidation for large relations #38

Closed
pnorman opened this issue Jun 11, 2013 · 3 comments
Closed

Invalidation for large relations #38

pnorman opened this issue Jun 11, 2013 · 3 comments

Comments

@pnorman
Copy link
Collaborator

pnorman commented Jun 11, 2013

Invalidation of tiles for large relations could lead to all the tiles in the US being invalidated by a tag change on a US border relation. It would be desirable to be able to not invalidate the interior of large boundary relations.

cc @gravitystorm

@lonvia
Copy link
Collaborator

lonvia commented Mar 11, 2017

cc @Nakaner

@pnorman
Copy link
Collaborator Author

pnorman commented Mar 11, 2017

A misdirected email from @woodpeck from 2013 said

Normally, expire_tiles_from_poly will expire tiles for the whole bounding box of the polygon unless the bbox has a width or height higher than EXPIRE_TILES_MAX_BBOX, in which case only those tiles actually touched by the outline of the polygon will be expired.

This should make sure that the whole of the US is never invalidated.

@joto
Copy link
Collaborator

joto commented Mar 18, 2022

Large multipolygon relations are handled through the --expire-bbox-size mechanism. For future ideas see #1662.

@joto joto closed this as completed Mar 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants