Skip to content

Routes, Document Icons, Thumbnails, Arrows

Latest
Compare
Choose a tag to compare
@vincentneo vincentneo released this 15 Jan 15:56
· 3 commits to master since this release
a140250

In this release,

  • Files with routes and route points are now supported in the same way as tracks. #30, #31, #33, #35
  • Files now have a nice icon, rather than the generic text document-like icon. #26, #32
  • macOS 10.15 and above users gets Quick Look thumbnails support. (.GPX file's icon will render with a map with the file contents, as icon, rather than static icon) #32
  • Quick Look bug fixes for waypoint-only files, etc. #33, #34
  • Direction arrows can now be enabled in Settings. It is a feature that shows arrows pointing towards the direction which the track path is showing. #28, #36
  • Date and time hover can now be enabled in Settings, if cursor coordinates mode is enabled. This will allow you to see the time of which the particular track/route point was recorded. It will appear when your cursor is hovering roughly 60m or less from the point. #36

Do note that, due to Xcode 14, macOS 10.12 is no longer support by Avenue GPX Viewer. If you need assistance for macOS 10.12 usage for whatever reasons, please do drop an issue here. It might still be possible to compile via Xcode 13 (since I didn't use any new macOS 13 APIs), though I haven't tested that yet.

Release can be downloaded from the Mac App Store.

Special thanks to @pvdb, @tkafka for the ideas & support!