mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-07 01:06:39 +10:00
add OSM Auto Map
This commit is contained in:
@@ -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),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user