merlos / iOS-Open-GPX-Tracker

GPS Tracker app for iOS + WatchOS. Log your tracks without limits and share them; Open source GPX tracker app written in Swift
http://www.merlos.org/iOS-Open-GPX-Tracker/
GNU General Public License v3.0
605 stars 149 forks source link

Feature/zoom beyond max #188

Closed merlos closed 4 years ago

merlos commented 4 years ago

Removes the limitation on the tile maps camera distance.

When the max zoom is reached, larger zoom tiles are extracted by interpolating from the max zoom tile. This is a feature that comes out of the box in MapCache 0.8.0

Fixes in some sort of way the comment https://github.com/merlos/iOS-Open-GPX-Tracker/issues/166#issuecomment-670101206

"modify the design of OSM and display the names of features a bit bigger. It’s really hard to read on iOS with Retina display."

vincentneo commented 4 years ago

I haven't played around with this yet, but just to add, another way to help with the hard to read issue could be to introduce retina tiles, but not on OSM (not supported) rather like for CARTO, as I experimented in my Avenue app thing.

merlos commented 4 years ago

MapCache has support for setting the tile size

vincentneo commented 4 years ago

Looks good to me!