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

Pull the UTF grid response handling into the server and add caching #14

Open
prashtx opened this issue Jun 14, 2013 · 1 comment
Open
Assignees

Comments

@prashtx
Copy link
Contributor

prashtx commented Jun 14, 2013

Right now we kick a response object over to nodetiles-core and let it do everything. Let's use nodetiles-core as the renderer, and then we can implement cache control responses, caching, etc. in the server code.

@prashtx
Copy link
Contributor Author

prashtx commented Jan 15, 2014

Leaflet uses the same callback function for the tile.json JSONP requests. That means we can use the ETag cache and the S3 cache, like with the tile images.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant