diff options
Diffstat (limited to 'altoslib/AltosMap.java')
-rw-r--r-- | altoslib/AltosMap.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/altoslib/AltosMap.java b/altoslib/AltosMap.java index a2855192..4a8a9fda 100644 --- a/altoslib/AltosMap.java +++ b/altoslib/AltosMap.java @@ -324,7 +324,6 @@ public class AltosMap implements AltosMapTileListener, AltosMapStoreListener { if (!tiles.containsKey(point)) { AltosLatLon ul = transform.lat_lon(point); AltosLatLon center = transform.lat_lon(new AltosPointDouble(x + AltosMap.px_size/2, y + AltosMap.px_size/2)); - debug("make tile %g,%g\n", center.lat, center.lon); AltosMapTile tile = map_interface.new_tile(this, ul, center, zoom, maptype, px_size); tiles.put(point, tile); } |