Meshtastic-Apple/Meshtastic/Helpers/Map
Austin Payne ae66e5af59 fix: map tiles being downloaded remotely twice
The url returned by MKTileOverlay.url(forTilePath:) is subsequently used by
MKTileOverlay.loadTile(at:result:) for download. In the case of a tile that
was just cached by OfflineTileManager.persistLocally(path:) we now return
the local file URL to avoid downloading the remote image twice.
2024-02-11 21:57:17 -07:00
..
OfflineTileManager.swift fix: map tiles being downloaded remotely twice 2024-02-11 21:57:17 -07:00
TileOverlay.swift Initial offline maps setup 2023-05-05 17:13:35 -07:00