more debug logging

This commit is contained in:
stopflock
2025-08-09 14:04:31 -05:00
parent 3dca7d5751
commit 7f91d5aec4
3 changed files with 6 additions and 2 deletions
@@ -20,6 +20,7 @@ Future<List<int>> fetchOSMTile({
];
while (true) {
try {
print('[fetchOSMTile] FETCH $z/$x/$y');
attempt++;
final resp = await http.get(Uri.parse(url));
if (resp.statusCode == 200) {