1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00
GPXSee/README.md

36 lines
872 B
Markdown
Raw Normal View History

2015-10-05 01:53:14 +02:00
# GPXSee
2016-11-11 20:15:11 +01:00
GPXSee is a Qt-based application for visualizing and analyzing GPX, TCX, FIT,
IGC and KML files.
2015-10-05 01:53:14 +02:00
2015-11-30 23:21:13 +01:00
* User-definable map sources.
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-04-20 09:27:57 +02:00
* Full-screen mode
2015-11-30 23:21:13 +01:00
* Native GUI for Windows, Mac OS X and Linux.
2016-11-11 20:15:11 +01:00
* Opens GPX, TCX, FIT, KML, IGC and Garmin CSV files.
2015-11-30 23:21:13 +01:00
2016-04-20 09:27:57 +02:00
![GPXSee - Linux](https://a.fsdn.com/con/app/proj/gpxsee/screenshots/linux.png)
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
2016-02-19 23:27:27 +01:00
* Windows & OS X builds: http://sourceforge.net/projects/gpxsee
* Linux packages: https://build.opensuse.org/project/repositories/home:tumic:GPXSee
2015-11-30 23:21:13 +01:00
## Homepage
GPXSee homepage: http://tumic.wz.cz/gpxsee