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

Satellite Map #167

Closed davequ closed 2 years ago

davequ commented 4 years ago

Is there any way to provide a satellite map? This is exactly the program we would like to use for our charity (www.elcv/org/uk) where we are plotting invasive plants. These are normally in featureless countryside, so a satellite view would be a great help.

vincentneo commented 4 years ago

Should the Apple Maps's satellite mode suffice, it is implementable.

Though, I would be busy for the coming week... Hence I might not be able to respond quickly.

davequ commented 4 years ago

That would be great! Even better if it would cache the area whilst in wifi to avoid using data when out. There is no urgency - its not a necessity, but would be a help.

vincentneo commented 4 years ago

Hi @davequ,

I've added satellite map in https://github.com/merlos/iOS-Open-GPX-Tracker/commit/b9c87486b7f2a4b918692d565e28d0b025ef53e7. Though, from a UI perspective, I am not quite pleased with it, as the black text is hardly visible under the satellite map, while white doesn't seem to make it better either. I would probably come back to this eventually though.

davequ commented 4 years ago

Wow I am impressed with your speed. That's what happens when one deals with a one man band instead of a large organisation! Can I download from github or do I need to wait until you upload to app store?

On Mon, 18 May 2020, 16:07 Vincent Neo, notifications@github.com wrote:

Hi @davequ https://github.com/davequ,

I've added satellite map in b9c8748 https://github.com/merlos/iOS-Open-GPX-Tracker/commit/b9c87486b7f2a4b918692d565e28d0b025ef53e7. Though, from a UI perspective, I am not quite pleased with it, as the black text is hardly visible under the satellite map, while white doesn't seem to make it better either. I would probably come back to this eventually though.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/merlos/iOS-Open-GPX-Tracker/issues/167#issuecomment-630245785, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEEIBT4MBV5INERG4HZRKK3RSFFMNANCNFSM4M3V3QLA .

vincentneo commented 4 years ago

Hi @davequ,

Actually this project is maintained by two person, @merlos and I. To try out right now, you can compile the modified version yourself and side load it on your device, using Xcode by compiling the code.