]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/function/cache/ManageCacheFunction.java
Version 18, July 2015
[GpsPrune.git] / tim / prune / function / cache / ManageCacheFunction.java
index 59ef13a9d1248eb9add927dbfe3f8ba53958a487..5431e9eedca9b3c1bce1b5705479e850f4f536d2 100644 (file)
@@ -273,6 +273,7 @@ public class ManageCacheFunction extends GenericFunction implements Runnable
         */
        public void run()
        {
+               // TODO: Maybe this can be speeded up so that it just finds the tilesets first and then gets the details later
                // Check if directory has anything in it
                _model = new TileCacheModel(_cacheDir);
                _model.buildTileSets();