Added GEMF and Osmdroid SQLite maps support info
[GPXSee.git] / README.md
blob740b9149bfdc89a25e83f23d94364fc7e4a850ac
1 # GPXSee
2 GPXSee is a Qt-based GPS log file viewer and analyzer that supports all common
3 GPS log file formats.
5 ## Features
6 * Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC, GeoJSON,
7   OziExplorer (PLT, RTE, WPT), Garmin GPI&CSV, TomTom OV2&ITN, ONmove OMD/GHP,
8   TwoNav (TRK, RTE, WPT) and geotagged JPEG files.
9 * User-definable online maps (OpenStreetMap/Google tiles, WMTS, WMS, TMS,
10   QuadTiles).
11 * Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
12   Garmin IMG/GMAP & JNX maps, TwoNav RMaps, GeoTIFF images, BSB charts, KMZ maps,
13   AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps, Mapsforge vector maps,
14   QCT maps, GEMF maps, Osmdroid SQLite maps, ESRI World-File georeferenced images).
15 * Elevation, speed, heart rate, cadence, power, temperature and gear ratio/shifts
16   graphs.
17 * Support for DEM files (SRTM HGT).
18 * Support for multiple tracks in one view.
19 * Support for POI files.
20 * Print/export to PDF/PNG.
21 * Full-screen mode.
22 * HiDPI/Retina displays & maps support.
23 * Real-time GPS position.
24 * Windows, macOS, Linux and Android builds.
26 ![GPXSee - Linux](https://a.fsdn.com/con/app/proj/gpxsee/screenshots/linux2.png)
28 ## Build
29 Build requirements:
30 * Qt5 >= 5.11 or Qt6 >= 6.2 (Android builds require Qt6)
31 * C++11 or newer compiler (tested: msvc2017, gcc 7.5.0, clang/Apple LLVM version
32   10.0.0)
34 Build steps:
35 ```shell
36 lrelease gpxsee.pro
37 qmake gpxsee.pro
38 make # nmake on windows
39 ```
43 ## Download
44 * [Windows & OS X builds](https://sourceforge.net/projects/gpxsee)
45 * [Linux packages](https://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&package=gpxsee)
46 * [Android APKs](https://play.google.com/store/apps/details?id=org.gpxsee.gpxsee)
48 ## Changelog
49 [Changelog](https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes)
51 ## Homepage
52 [https://www.gpxsee.org](https://www.gpxsee.org)
54 ## Maps
55 [GPXSee maps repository](https://github.com/tumic0/GPXSee-maps)
57 ## Translations
58 GPXSee uses [Weblate](https://hosted.weblate.org/projects/gpxsee/translations/)
59 for translations.
61 ## License
62 GPXSee is licensed under GPL-3.0 (only). However, some 3rd party parts are using
63 different, GPL compatible, licenses:
65 * [Oxygen icons](icons/GUI) - LGPLv3
66 * [Mapbox Maki icons](icons/IMG/POI) - CC0
67 * [Map Icons Collection](icons/symbols) - CC BY SA 3.0
68 * [RTree implementation](src/common/rtree.h) - Public domain
69 * [Albers](src/map/proj/albersequal.cpp), [Geocentric](src/map/geocentric.cpp),
70   [LCC](src/map/proj/lambertconic.cpp), [Mercator](src/map/proj/mercator.cpp),
71   [Polar Stereographic](src/map/proj/polarstereographic.cpp),
72   [Polyconic](src/map/proj/polyconic.cpp) and
73   [Transverse Mercator](src/map/proj/transversemercator.cpp) projections - NIMA
74   Source Code Disclaimer
75 * [Projection parameters CSV files](pkg/csv) - BSD/EPSG/Public domain
76 * [Mapsforge render theme](data/default.xml) and its [icons](icons/mapsforge) - LGPLv3