Fix tile loading finally

This commit is contained in:
stopflock
2025-11-22 13:22:17 -06:00
parent 3baed3c328
commit 7ff04851f4
6 changed files with 31 additions and 23 deletions

View File

@@ -123,7 +123,7 @@ The welcome popup explains that the app:
**Key methods:**
- `getNodes()`: Returns cache immediately, triggers pre-fetch if needed (spatial or temporal)
- `getTile()`: Tile fetching with enhanced retry strategy (6 attempts, 1-8s delays)
- `getTile()`: Tile fetching with unlimited retry strategy (retries until success)
- `_fetchRemoteNodes()`: Handles Overpass → OSM API fallback
**Smart caching flow:**