add OSM Auto Map

This commit is contained in:
ericz
2026-05-25 11:56:01 +02:00
parent bdd0d3dee2
commit 531b85b8aa
3 changed files with 50 additions and 9 deletions
+1 -3
View File
@@ -426,9 +426,7 @@ class _MapCacheScreenState extends State<MapCacheScreen> {
child: Padding(
padding: const EdgeInsets.all(8),
child: Text(
_isLoadingCachedTiles
? 'Loading cached tiles...'
: 'Visible cached tiles at z${_overlayZoom.round()}: ${overlayPolygons.length}',
'Z: ${_overlayZoom.round()}:',
style: const TextStyle(fontSize: 12),
),
),