merlos

Results 23 issues of merlos

MapCache is in its early releases so many debug messages were added for debug purposes. However these logs are in the production version. The library already has a logging class...

enhancement

In Open Street Maps (OSM), the max latitude that can be converted to tiles is +85.0511 and the minimum is -85.0511 (see https://wiki.openstreetmap.org/wiki/Slippy_map_tilenames). However in Apple Maps allows to download...

bug

To reproduce: 1) Create a controller with a MapView that uses Apple Maps. Use this map to select a region. 2) Download a region with a MapCache that uses Open...

bug

Right now the cache does not have an expiration date. If the tile is in the cache it will always return the same cached tile. However, maps are not static...

enhancement

If RegionDownloader fails to download a tile it just increments the counter that keeps track of the number of fail to download files, but that´s it. There should be a...

enhancement

The variable is never used within the start()

bug

mapView:useCache adds an overlay. Removing that overlay can be done. Add an example to the documentation

documentation

Currently in within the gallery in the [Windows XP](https://mac.getutm.app/gallery/windows-xp) item, in the Notes, section there is a reference recommending to install Firefox 52.9. > Due to the age of this...

enhancement

According to a user, he was able to generate the image below by pausing and unpausing ![image](https://github.com/merlos/iOS-Open-GPX-Tracker/assets/404446/99057f4c-da7e-4ba3-bff2-c8ea0ff9ffba) https://twitter.com/shawncleta1/status/1742295256836497532

bug

When swiflint is run it displays more than 260 issues ![image](https://github.com/merlos/iOS-Open-GPX-Tracker/assets/404446/71f6076e-89f8-424a-b8ee-36cfa33e0f2b) It should be reduced, ideally to 0. Note: In the refactor, whenever there is a disable it should be...

code refactor