mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 19:55:53 +01:00
38 lines
1009 B
Markdown
38 lines
1009 B
Markdown
# GPXSee
|
|
GPXSee is a Qt-based GPS log file viewer and analyzer that supports GPX, TCX,
|
|
KML, FIT, IGC and NMEA files.
|
|
|
|
## Features
|
|
* User-definable online maps.
|
|
* Offline maps (image-based OziExplorer maps and tiled TrekBuddy maps/atlases).
|
|
* Elevation, speed, heart rate, cadence, power and temperature graphs.
|
|
* Support for multiple tracks in one view.
|
|
* Support for POI files.
|
|
* Print/export to PDF.
|
|
* Full-screen mode.
|
|
* Native GUI for Windows, Mac OS X and Linux.
|
|
* Opens GPX, TCX, FIT, KML, IGC, NMEA and Garmin CSV files.
|
|
|
|
![GPXSee - Linux](https://a.fsdn.com/con/app/proj/gpxsee/screenshots/linux2.png)
|
|
|
|
## Build
|
|
### Linux/OS X
|
|
```shell
|
|
lrelease gpxsee.pro
|
|
qmake gpxsee.pro
|
|
make
|
|
```
|
|
### Windows
|
|
```shell
|
|
lrelease gpxsee.pro
|
|
qmake gpxsee.pro
|
|
nmake release
|
|
```
|
|
|
|
## Binaries
|
|
* [Windows & OS X builds](http://sourceforge.net/projects/gpxsee)
|
|
* [Linux packages](http://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&package=gpxsee)
|
|
|
|
## Homepage
|
|
GPXSee homepage: http://tumic.wz.cz/gpxsee
|