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.