mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Previously a map tile cache miss would cause 2x loading of the tile: once from the remote tile server (which is then written to disk) and once from disk during the default MKTileOverlay.loadTile function. Instead we now directly implement loadTile so that we can avoid the duplicate loading and simply return the fetched remote tile after it is cached, which leads to a noticeable improvement in offline map performance. |
||
|---|---|---|
| .. | ||
| Assets.xcassets | ||
| Enums | ||
| Export | ||
| Extensions | ||
| Helpers | ||
| Meshtastic.xcdatamodeld | ||
| Model | ||
| Persistence | ||
| Preview Content/Preview Assets.xcassets | ||
| Protobufs/meshtastic | ||
| Resources | ||
| Tips | ||
| Views | ||
| Info.plist | ||
| Meshtastic.entitlements | ||
| MeshtasticApp.swift | ||
| MeshtasticAppDelegate.swift | ||
| RELEASENOTES.md | ||