2015-10-05 01:53:14 +02:00
|
|
|
# GPXSee
|
2016-11-23 19:54:46 +01:00
|
|
|
GPXSee is a Qt-based GPS log file viewer and analyzer that supports GPX, TCX,
|
|
|
|
KML, FIT, IGC and NMEA files.
|
2015-10-05 01:53:14 +02:00
|
|
|
|
2016-11-23 19:54:46 +01:00
|
|
|
## Features
|
2017-04-01 19:46:11 +02:00
|
|
|
* User-definable online maps.
|
2017-04-01 19:48:39 +02:00
|
|
|
* Offline maps (image-based OziExplorer maps and tiled TrekBuddy maps/atlases).
|
2016-11-08 08:47:09 +01:00
|
|
|
* Elevation, speed, heart rate, cadence, power and temperature graphs.
|
2015-11-30 23:21:13 +01:00
|
|
|
* Support for multiple tracks in one view.
|
2016-02-19 21:34:55 +01:00
|
|
|
* Support for POI files.
|
2016-11-08 08:47:09 +01:00
|
|
|
* Print/export to PDF.
|
2016-11-23 19:54:46 +01:00
|
|
|
* Full-screen mode.
|
2015-11-30 23:21:13 +01:00
|
|
|
* Native GUI for Windows, Mac OS X and Linux.
|
2016-11-23 19:54:46 +01:00
|
|
|
* Opens GPX, TCX, FIT, KML, IGC, NMEA and Garmin CSV files.
|
2015-11-30 23:21:13 +01:00
|
|
|
|
2017-02-28 11:53:25 +01:00
|
|
|
![GPXSee - Linux](https://a.fsdn.com/con/app/proj/gpxsee/screenshots/linux2.png)
|
2016-04-20 09:27:57 +02:00
|
|
|
|
2015-11-30 23:21:13 +01:00
|
|
|
## Build
|
|
|
|
### Linux/OS X
|
|
|
|
```shell
|
|
|
|
lrelease gpxsee.pro
|
|
|
|
qmake gpxsee.pro
|
|
|
|
make
|
|
|
|
```
|
|
|
|
### Windows
|
|
|
|
```shell
|
|
|
|
lrelease gpxsee.pro
|
|
|
|
qmake gpxsee.pro
|
|
|
|
nmake release
|
|
|
|
```
|
|
|
|
|
|
|
|
## Binaries
|
2017-03-24 22:53:26 +01:00
|
|
|
* [Windows & OS X builds](http://sourceforge.net/projects/gpxsee)
|
|
|
|
* [Linux packages](http://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&package=gpxsee)
|
2015-11-30 23:21:13 +01:00
|
|
|
|
|
|
|
## Homepage
|
|
|
|
GPXSee homepage: http://tumic.wz.cz/gpxsee
|