-
Notifications
You must be signed in to change notification settings - Fork 193
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
Difficulty to expose metatile as a HTTP response header? #332
Comments
Hello @Firefishy, it's not very difficult, here's a very basic example of what could be done to satisfy your request: There is certainly a lot of room for improvement, I.E. it might also be nice to have it be optional via a configuration entry. |
That looks very good, but the header specifically needs to be named |
Alright, I understand this a bit better, I updated the code, try it out now. |
Looks Great! |
Hello @Firefishy, Let me know if this has been found to be useful in any deployments, and if so, whether or not we should open up a pull request (including customizability via |
I am looking at improving caching and purging for tile.openstreetmap.org see: openstreetmap/operations#947
How much effort would it be to expose the source metatile in a HTTP response header?
eg:
The format of
z_x_y
isn't important. Any logical format is ok.Would there be a performance impact?
The text was updated successfully, but these errors were encountered: