mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Wrap the markdown source where possible
This commit is contained in:
parent
9bac76be10
commit
6cf3c9ef96
45
README.md
45
README.md
@ -1,17 +1,19 @@
|
|||||||
# GPXSee
|
# GPXSee
|
||||||
GPXSee is a Qt-based GPS log file viewer and analyzer that supports all
|
GPXSee is a Qt-based GPS log file viewer and analyzer that supports all common
|
||||||
common GPS log file formats.
|
GPS log file formats.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC,
|
* Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC, GeoJSON,
|
||||||
GeoJSON, OziExplorer (PLT, RTE, WPT), Garmin GPI&CSV, TomTom OV2&ITN,
|
OziExplorer (PLT, RTE, WPT), Garmin GPI&CSV, TomTom OV2&ITN, ONmove OMD/GHP and
|
||||||
ONmove OMD/GHP and geotagged JPEG files.
|
geotagged JPEG files.
|
||||||
* User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS, QuadTiles).
|
* User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS,
|
||||||
|
QuadTiles).
|
||||||
* Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
|
* Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
|
||||||
Garmin IMG/GMAP & JNX maps, TwoNav RMaps, GeoTIFF images, BSB charts, KMZ maps,
|
Garmin IMG/GMAP & JNX maps, TwoNav RMaps, GeoTIFF images, BSB charts, KMZ maps,
|
||||||
AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps, Mapsforge vector maps, QCT maps,
|
AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps, Mapsforge vector maps,
|
||||||
ESRI World-File georeferenced images).
|
QCT maps, ESRI World-File georeferenced images).
|
||||||
* Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts graphs.
|
* Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts
|
||||||
|
graphs.
|
||||||
* Support for DEM files (SRTM HGT).
|
* Support for DEM files (SRTM HGT).
|
||||||
* Support for multiple tracks in one view.
|
* Support for multiple tracks in one view.
|
||||||
* Support for POI files.
|
* Support for POI files.
|
||||||
@ -25,7 +27,8 @@ common GPS log file formats.
|
|||||||
## Build
|
## Build
|
||||||
Build requirements:
|
Build requirements:
|
||||||
* Qt5 >= 5.11 or Qt 6.x*
|
* Qt5 >= 5.11 or Qt 6.x*
|
||||||
* C++11 or newer compiler (tested: msvc2017, gcc 7.5.0, clang/Apple LLVM version 10.0.0)
|
* C++11 or newer compiler (tested: msvc2017, gcc 7.5.0, clang/Apple LLVM version
|
||||||
|
10.0.0)
|
||||||
|
|
||||||
Build steps:
|
Build steps:
|
||||||
```shell
|
```shell
|
||||||
@ -34,8 +37,8 @@ qmake gpxsee.pro
|
|||||||
make # nmake on windows
|
make # nmake on windows
|
||||||
```
|
```
|
||||||
|
|
||||||
_* Qt6 builds do not support other encodings than UTF-X and iso8859-1 in XML files as support
|
_* Qt6 builds do not support other encodings than UTF-X and iso8859-1 in XML
|
||||||
for such files was dropped in Qt6._
|
files as support for such files was dropped in Qt6._
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
* [Windows & OS X builds](http://sourceforge.net/projects/gpxsee)
|
* [Windows & OS X builds](http://sourceforge.net/projects/gpxsee)
|
||||||
@ -51,18 +54,22 @@ for such files was dropped in Qt6._
|
|||||||
[GPXSee maps repository](https://github.com/tumic0/GPXSee-maps)
|
[GPXSee maps repository](https://github.com/tumic0/GPXSee-maps)
|
||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
GPXSee uses [Weblate](https://hosted.weblate.org/projects/gpxsee/translations/) for translations.
|
GPXSee uses [Weblate](https://hosted.weblate.org/projects/gpxsee/translations/)
|
||||||
|
for translations.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
GPXSee is licensed under GPL-3.0 (only). However, some 3rd party parts are using different, GPL compatible,
|
GPXSee is licensed under GPL-3.0 (only). However, some 3rd party parts are using
|
||||||
licenses:
|
different, GPL compatible, licenses:
|
||||||
|
|
||||||
* [Oxygen icons](icons/GUI) - LGPLv3
|
* [Oxygen icons](icons/GUI) - LGPLv3
|
||||||
* [Mapbox Maki icons](icons/IMG) - CC0
|
* [Mapbox Maki icons](icons/IMG) - CC0
|
||||||
* [Map Icons Collection](icons/symbols) - CC BY SA 3.0
|
* [Map Icons Collection](icons/symbols) - CC BY SA 3.0
|
||||||
* [RTree implementation](src/common/rtree.h) - Public domain
|
* [RTree implementation](src/common/rtree.h) - Public domain
|
||||||
* [Albers](src/map/proj/albersequal.cpp), [Geocentric](src/map/geocentric.cpp), [LCC](src/map/proj/lambertconic.cpp),
|
* [Albers](src/map/proj/albersequal.cpp), [Geocentric](src/map/geocentric.cpp),
|
||||||
[Mercator](src/map/proj/mercator.cpp), [Polar Stereographic](src/map/proj/polarstereographic.cpp),
|
[LCC](src/map/proj/lambertconic.cpp), [Mercator](src/map/proj/mercator.cpp),
|
||||||
[Polyconic](src/map/proj/polyconic.cpp) and [Transverse Mercator](src/map/proj/transversemercator.cpp)
|
[Polar Stereographic](src/map/proj/polarstereographic.cpp),
|
||||||
projections - NIMA Source Code Disclaimer
|
[Polyconic](src/map/proj/polyconic.cpp) and
|
||||||
|
[Transverse Mercator](src/map/proj/transversemercator.cpp) projections - NIMA
|
||||||
|
Source Code Disclaimer
|
||||||
* [Projection parameters CSV files](pkg/csv) - BSD/EPSG/Public domain
|
* [Projection parameters CSV files](pkg/csv) - BSD/EPSG/Public domain
|
||||||
* [Mapsforge render theme](data/default.xml) and its [icons](icons/mapsforge) - LGPLv3
|
* [Mapsforge render theme](data/default.xml) and its [icons](icons/mapsforge) - LGPLv3
|
||||||
|
Loading…
Reference in New Issue
Block a user