Suggested in #195 (review).
Context: the Waymarked Routes overlay (default-on) is intentionally excluded from initOfflineTileFallback, so Waymarked tile failures (incl. a full outage) are completely silent. A brief, debounced toast on consistent route-tile failure would improve feedback. Low priority (P3) — routes are a non-critical overlay.
Scope: src/map.ts — optionally attach a lightweight tileerror handler to the routes group's children with its own cooldown.
Acceptance: sustained Routes tile failures produce one informative toast; base-map behavior unchanged.
Suggested in #195 (review).
Context: the Waymarked Routes overlay (default-on) is intentionally excluded from
initOfflineTileFallback, so Waymarked tile failures (incl. a full outage) are completely silent. A brief, debounced toast on consistent route-tile failure would improve feedback. Low priority (P3) — routes are a non-critical overlay.Scope:
src/map.ts— optionally attach a lightweight tileerror handler to the routes group's children with its own cooldown.Acceptance: sustained Routes tile failures produce one informative toast; base-map behavior unchanged.