2015-10-05 01:53:14 +02:00
|
|
|
# GPXSee
|
2015-11-30 23:21:13 +01:00
|
|
|
GPX viewer and analyzer.
|
2015-10-05 01:53:14 +02:00
|
|
|
|
2015-11-30 23:21:13 +01:00
|
|
|
* User-definable map sources.
|
|
|
|
* Track and elevation/speed graphs.
|
|
|
|
* Support for multiple tracks in one view.
|
|
|
|
* Support for POI files (Garmin CSV format).
|
|
|
|
* Export to PDF.
|
|
|
|
* Native GUI for Windows, Mac OS X and Linux.
|
|
|
|
|
|
|
|
## Build
|
|
|
|
### Linux/OS X
|
|
|
|
```shell
|
|
|
|
lrelease gpxsee.pro
|
|
|
|
qmake gpxsee.pro
|
|
|
|
make
|
|
|
|
```
|
|
|
|
### Windows
|
|
|
|
```shell
|
|
|
|
lrelease gpxsee.pro
|
|
|
|
qmake gpxsee.pro
|
|
|
|
nmake release
|
|
|
|
```
|
|
|
|
|
|
|
|
## Binaries
|
|
|
|
Available at Sourceforge: http://sourceforge.net/projects/gpxsee
|
|
|
|
|
|
|
|
## Homepage
|
|
|
|
GPXSee homepage: http://tumic.wz.cz/gpxsee
|