summaryrefslogtreecommitdiff
path: root/altoslib/AltosMapLoaderListener.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-07-11 19:15:08 -0700
committerKeith Packard <keithp@keithp.com>2015-07-11 19:16:41 -0700
commitd015cfc1499a263549f52d46e9e5b934fcb94f53 (patch)
treecffb877a16d4f22b4ffd7dcdb32fde0c028e5711 /altoslib/AltosMapLoaderListener.java
parentafa37e4667ace42c1f43b01b613e639772cfeb75 (diff)
altoslib: Preload maps based on distance rather than number of tiles
This lets you get the specific area requested at all zoom levels, rather than having further detail only at lower resolution zooms. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosMapLoaderListener.java')
-rw-r--r--altoslib/AltosMapLoaderListener.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/AltosMapLoaderListener.java b/altoslib/AltosMapLoaderListener.java
index 79f8b9df..11f59b28 100644
--- a/altoslib/AltosMapLoaderListener.java
+++ b/altoslib/AltosMapLoaderListener.java
@@ -23,4 +23,6 @@ public interface AltosMapLoaderListener {
public abstract void loader_notify(int cur, int max, String name);
public abstract void loader_done(int max);
+
+ public abstract void debug(String format, Object ... arguments);
}