mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
30 lines
542 B
Markdown
30 lines
542 B
Markdown
# GPXSee
|
|
GPX viewer and analyzer.
|
|
|
|
* 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
|