2015-10-05 01:53:14 +02:00
|
|
|
# GPXSee
|
2019-01-28 23:02:33 +01:00
|
|
|
GPXSee is a Qt-based GPS log file viewer and analyzer that supports all common GPS log file formats.
|
2015-10-05 01:53:14 +02:00
|
|
|
|
2016-11-23 19:54:46 +01:00
|
|
|
## Features
|
2021-08-22 17:29:42 +02:00
|
|
|
* Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC, GeoJSON, OziExplorer (PLT, RTE, WPT), Garmin GPI&CSV, TomTom OV2&ITN, ONmove OMD/GHP and geotagged JPEG files.
|
2019-05-30 00:38:03 +02:00
|
|
|
* User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS, QuadTiles).
|
2021-06-30 08:11:01 +02:00
|
|
|
* Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG/GMAP & JNX maps, TwoNav RMaps, GeoTIFF images, BSB charts, KMZ maps, AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps, Mapsforge vector maps, ESRI World-File georeferenced images).
|
2019-03-15 20:44:21 +01:00
|
|
|
* Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts graphs.
|
|
|
|
* Support for DEM files (SRTM HGT).
|
|
|
|
* Support for multiple tracks in one view.
|
|
|
|
* Support for POI files.
|
2020-10-28 12:15:46 +01:00
|
|
|
* Print/export to PDF/PNG.
|
2019-03-15 20:44:21 +01:00
|
|
|
* Full-screen mode.
|
|
|
|
* HiDPI/Retina displays & maps support.
|
|
|
|
* Native GUI for Windows, Mac OS X and Linux.
|
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
|
2018-09-16 19:32:40 +02:00
|
|
|
Build requirements:
|
2020-12-29 01:05:36 +01:00
|
|
|
* Qt5 >= 5.11 or Qt 6.x
|
2020-12-22 22:09:09 +01:00
|
|
|
* C++11 or newer compiler (tested: msvc2017, gcc 7.5.0, clang/Apple LLVM version 10.0.0)
|
2018-09-16 19:32:40 +02:00
|
|
|
|
|
|
|
Build steps:
|
2015-11-30 23:21:13 +01:00
|
|
|
```shell
|
|
|
|
lrelease gpxsee.pro
|
|
|
|
qmake gpxsee.pro
|
2018-09-16 19:32:40 +02:00
|
|
|
make # nmake on windows
|
2015-11-30 23:21:13 +01:00
|
|
|
```
|
|
|
|
|
2017-04-07 10:02:41 +02:00
|
|
|
## Download
|
2019-03-15 20:44:21 +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
|
|
|
|
2017-04-07 10:02:41 +02:00
|
|
|
## Changelog
|
2019-10-05 22:06:13 +02:00
|
|
|
[Changelog](https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes)
|
2017-04-07 10:02:41 +02:00
|
|
|
|
2015-11-30 23:21:13 +01:00
|
|
|
## Homepage
|
2019-03-15 19:44:22 +01:00
|
|
|
[https://www.gpxsee.org](https://www.gpxsee.org)
|
2018-09-09 14:51:27 +02:00
|
|
|
|
2018-09-16 19:40:02 +02:00
|
|
|
## Maps
|
|
|
|
[GPXSee maps repository](https://github.com/tumic0/GPXSee-maps)
|
|
|
|
|
2018-09-09 14:51:27 +02:00
|
|
|
## Translations
|
2018-10-06 23:20:55 +02:00
|
|
|
GPXSee uses [Weblate](https://hosted.weblate.org/projects/gpxsee/translations/) for translations.
|
2020-11-13 23:00:30 +01:00
|
|
|
|
|
|
|
## License
|
2020-11-15 20:10:08 +01:00
|
|
|
GPXSee is licensed under GPL-3.0 (only). However, some 3rd party parts are using different, GPL compatible,
|
2020-11-13 23:00:30 +01:00
|
|
|
licenses:
|
|
|
|
* [Oxygen icons](icons/GUI) - LGPLv3
|
|
|
|
* [Mapbox Maki icons](icons/POI) - CC0
|
|
|
|
* [RTree implementation](src/common/rtree.h) - Public domain
|
2020-11-14 22:36:17 +01:00
|
|
|
* [Albers](src/map/albersequal.cpp), [Geocentric](src/map/geocentric.cpp), [LCC](src/map/lambertconic.cpp),
|
2020-12-16 00:15:57 +01:00
|
|
|
[Mercator](src/map/mercator.cpp), [Polar Stereographic](src/map/polarstereographic.cpp),
|
|
|
|
[Polyconic](src/map/polyconic.cpp) and [Transverse Mercator](src/map/transversemercator.cpp)
|
|
|
|
projections - NIMA Source Code Disclaimer
|
2020-11-13 23:00:30 +01:00
|
|
|
* [Projection parameters CSV files](pkg/csv) - BSD/EPSG/Public domain
|
2021-04-10 20:03:20 +02:00
|
|
|
* [Mapsforge render theme](data/default.xml) and its [icons](icons/mapsforge) - LGPLv3
|