From 25c189351c3138d23a8286d3ee01706d537ad4f7 Mon Sep 17 00:00:00 2001 From: "Sascha L. Teichmann" Date: Tue, 16 Sep 2014 11:24:00 +0200 Subject: [PATCH] Added TODO --- cmd/mtwebmapper/TODO | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cmd/mtwebmapper/TODO diff --git a/cmd/mtwebmapper/TODO b/cmd/mtwebmapper/TODO new file mode 100644 index 0000000..ced3a03 --- /dev/null +++ b/cmd/mtwebmapper/TODO @@ -0,0 +1,3 @@ +* 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.