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

Open other maps; import GPX data? #200

Closed RayDeanTech closed 3 years ago

RayDeanTech commented 3 years ago

Can I use a map that I downloaded from the USGS (like a hiking trail for a National Park)? OR, is the idea that OpenStreetMap will already have a lot of the USGS "hiking trail" data?

Can I import a GPX file, and then view my current location on top of the imported route?

merlos commented 3 years ago

USGS as data source is not currently supported. In my experience open street maps has good maps of the national parks tails. To have the maps offline prior to your trip you have to browse the area in the app at different zoom levels.

You can import a GPX file with a route and see your current location at the same time. What is not supported is to track your session as an independent one when you have a file loaded. If you track your position it will be appended to the GPX file you had already loaded.

Best.