Replace false rounding scaler with self written one.

This commit is contained in:
Sascha L. Teichmann
2014-09-16 15:30:08 +02:00
parent 25c189351c
commit c67739fd77
2 changed files with 36 additions and 5 deletions

View File

@ -1,3 +1 @@
* Use a scaler that uses the fact that tiles are powers of
two and do _not_ round up/or down nearest neighbor interpolation.
* Generate and use ETags to improve caching behavior.