pnorman / tilekiln

GNU General Public License v3.0
46 stars 3 forks source link

Store and send age of tiles #39

Closed pnorman closed 8 months ago

pnorman commented 8 months ago

Store and save the generation time of tiles in the tile store and send it as appropriate HTTP headers

pnorman commented 8 months ago

Done, last-modified is now sent. etag is the timestamp with microseconds under the assumption the server will not generate the same tile twice in the same microsecond.