LocalData / localdata-tiles

A tileserver for LocalData
5 stars 2 forks source link

Save query string params in the S3 filenames #89

Closed prashtx closed 10 years ago

prashtx commented 10 years ago

When we cache data on S3, we want to save the original query string as part of the name, since that impacts the data. It looks like that component was getting treated as an actual query string. Instead, we now encode the query string component, so it is treated as a regular part of the filename.

Addresses #88

/cc @hampelm