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

Configure caches to limit tiles by zoom level or image type #232

Open
xicesky opened this issue Sep 16, 2015 · 1 comment
Open

Configure caches to limit tiles by zoom level or image type #232

xicesky opened this issue Sep 16, 2015 · 1 comment

Comments

@xicesky
Copy link

xicesky commented Sep 16, 2015

At the moment, only layers can be configured to be limited to a certain zoomlevel range - i.e. via "bounds": { "low": 0, "high": 20 }
The same goes for the image type, which we can - at least - configure by redirection via "redirects": { "jpg": "png" }
But IMHO it should be possible to configure this for the cache, or specific caches in a multi cache setup: This would ensure that a tile of e.g. zoom level 100 will never be cached, but could still be rendered on-the-fly.

@rajanski
Copy link

rajanski commented Nov 9, 2017

+1

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

2 participants