2017-12-09 21:43:12 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2017-06-22 01:33:38 +02:00
|
|
|
<head>
|
2017-09-26 23:54:36 +02:00
|
|
|
<title>GPXSee - GPS log file viewer and analyzer</title>
|
2017-06-22 01:33:38 +02:00
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
|
2017-08-16 12:23:36 +02:00
|
|
|
<meta name="Description" content="GPXSee - GPS log file viewer and analyzer that supports GPX, TCX, KML, FIT, IGC and NMEA files." />
|
2017-06-22 01:33:38 +02:00
|
|
|
<link rel="icon" type="image/png" href="css/images/favicon.png"/>
|
|
|
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
|
2017-11-24 21:46:54 +01:00
|
|
|
<!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]-->
|
2018-04-17 21:38:34 +02:00
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
|
2017-12-09 21:43:12 +01:00
|
|
|
<script src="js/jquery.jcarousel.js" ></script>
|
|
|
|
<script src="js/js-func.js"></script>
|
2017-11-24 21:46:54 +01:00
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
2017-12-09 21:43:12 +01:00
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110140219-1"></script>
|
2017-11-24 21:46:54 +01:00
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
gtag('config', 'UA-110140219-1');
|
|
|
|
</script>
|
2017-06-22 01:33:38 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- START PAGE SOURCE -->
|
|
|
|
<div class="shell">
|
|
|
|
<div class="shell-b">
|
|
|
|
<div id="header">
|
2020-10-26 12:40:55 +01:00
|
|
|
<img src="css/images/gpxsee.png" alt="" class="logo"/><h1 class="logo"><a href="https://www.gpxsee.org">GPXSee</a></h1>
|
2017-06-22 01:33:38 +02:00
|
|
|
<div id="navigation">
|
|
|
|
<ul>
|
|
|
|
<li><a href="index.html" class="active">Home</a></li>
|
|
|
|
<li><a href="gallery.html">Screenshots</a></li>
|
2018-02-05 20:38:37 +01:00
|
|
|
<li><a href="doc.html">Documentation</a></li>
|
2017-06-22 01:33:38 +02:00
|
|
|
<li><a href="index.html#download">Download</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="cl"> </div>
|
|
|
|
</div>
|
|
|
|
<div id="slider"> <a href="#" id="prev">prev</a>
|
|
|
|
<div class="slider-content">
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<div class="left-side"> <img src="css/images/preview.png" alt="" /> </div>
|
|
|
|
<div class="right-side">
|
|
|
|
<p>GPXSee has a clean and effective GUI layout that does not waste your screen space
|
|
|
|
with unnecessary elements.</p>
|
|
|
|
<div class="buttons">
|
|
|
|
<a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a>
|
|
|
|
<a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cl"> </div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="left-side"> <img src="css/images/formats.png" alt="" /> </div>
|
|
|
|
<div class="right-side">
|
2020-01-26 22:43:06 +01:00
|
|
|
<p>GPXSee supports all main GPS log file formats, namely GPX, TCX, KML, FIT, IGC, NMEA, GPI, LOC, SLF, SML and OziExplorer files.</p>
|
2017-06-22 01:33:38 +02:00
|
|
|
<div class="buttons">
|
|
|
|
<a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a>
|
|
|
|
<a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cl"> </div>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<div class="left-side"> <img src="css/images/maps.png" alt="" /> </div>
|
|
|
|
<div class="right-side">
|
|
|
|
<p>GPXSee supports a large variety of online maps as well as various offline map formats.</p>
|
|
|
|
<div class="buttons">
|
|
|
|
<a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a>
|
|
|
|
<a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cl"> </div>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2018-02-10 21:26:32 +01:00
|
|
|
<a href="#" id="next">next</a>
|
|
|
|
</div>
|
2017-06-22 01:33:38 +02:00
|
|
|
<div id="main">
|
|
|
|
<div id="content">
|
|
|
|
|
|
|
|
<h2>What is GPXSee?</h2>
|
2017-06-30 01:05:10 +02:00
|
|
|
<p>GPXSee is a GPS log file viewer and analyzer that supports
|
2019-01-29 01:12:36 +01:00
|
|
|
all common GPS log file formats.</p>
|
2017-06-22 01:33:38 +02:00
|
|
|
|
|
|
|
<h3>Key features</h3>
|
|
|
|
<ul>
|
2020-01-26 22:43:06 +01:00
|
|
|
<li>Opens GPX, TCX, FIT, KML, NMEA, IGC, CUP, SIGMA SLF, Suunto SML, LOC,
|
2021-05-29 11:20:53 +02:00
|
|
|
GeoJSON, OziExplorer (PLT, RTE, WPT), Garmin GPI & CSV,
|
2021-08-22 20:35:00 +02:00
|
|
|
TomTom OV2 & ITN, ONmove OMD/GHP and geotagged JPEG files.</li>
|
2019-01-29 01:12:36 +01:00
|
|
|
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
|
2019-05-30 19:41:36 +02:00
|
|
|
WMS, TMS, QuadTiles).</li>
|
2020-02-11 23:30:16 +01:00
|
|
|
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin IMG/GMAP
|
2020-12-29 11:32:00 +01:00
|
|
|
& JNX maps, TwoNav RMaps, GeoTIFF images, MBTiles, BSB charts,
|
2021-04-20 09:19:54 +02:00
|
|
|
KMZ maps, AlpineQuest maps, Locus/OsmAnd/RMaps SQLite maps,
|
2021-11-17 10:14:03 +01:00
|
|
|
Mapsforge maps, QCT maps, World-File georeferenced images).</li>
|
2019-01-29 01:12:36 +01:00
|
|
|
<li>Elevation, speed, heart rate, cadence, power, temperature
|
|
|
|
and gear ratio/shifts graphs.</li>
|
2019-01-29 02:03:59 +01:00
|
|
|
<li>Support for DEM files (SRTM HGT).</li>
|
2017-06-22 01:33:38 +02:00
|
|
|
<li>Support for POI files.</li>
|
2020-10-08 00:32:05 +02:00
|
|
|
<li>Print and export to PNG and PDF.</li>
|
2019-01-29 02:03:59 +01:00
|
|
|
<li>Multiple tracks in one view.</li>
|
2017-06-22 01:33:38 +02:00
|
|
|
<li>Full-screen mode.</li>
|
2020-10-08 00:32:05 +02:00
|
|
|
<li>HiDPI/Retina displays and maps support.</li>
|
2021-12-08 08:11:12 +01:00
|
|
|
<li>Real-time GPS position.</li>
|
2017-06-30 01:05:10 +02:00
|
|
|
<li>Native GUI (Qt) for Windows, Mac OS X and Linux.</li>
|
|
|
|
<li><b>Free software</b> (GPLv3 open-source license).</li>
|
2017-06-22 01:33:38 +02:00
|
|
|
</ul>
|
|
|
|
|
2018-02-05 20:38:37 +01:00
|
|
|
<p>GPXSee is designed as a small (no dependencies except of Qt), fast
|
|
|
|
and uncomplicated GPS data/map viewer, not a full featured GIS software.
|
|
|
|
However, the spectrum of supported data files/map sources is relatively
|
|
|
|
rich, see the <i>Documentation</i> section for details.</p>
|
2017-08-15 14:24:11 +02:00
|
|
|
|
2019-06-21 23:58:31 +02:00
|
|
|
<h2>Getting GPXSee</h2>
|
2020-04-11 19:58:47 +02:00
|
|
|
|
|
|
|
<ul id="download">
|
|
|
|
<li><a href="https://sourceforge.net/projects/gpxsee/files/Windows/">Windows installer</a></li>
|
|
|
|
<li><a href="https://sourceforge.net/projects/gpxsee/files/Mac%20OS%20X/">Mac OS X bundle</a></li>
|
|
|
|
<li><a href="https://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&package=gpxsee">
|
|
|
|
Linux repos/packages</a></li>
|
|
|
|
<li><a href="https://github.com/tumic0/GPXSee">Sources</a></li>
|
|
|
|
</ul>
|
|
|
|
|
2018-02-05 20:38:37 +01:00
|
|
|
<p>Additionally to the source codes, GPXSee is available as a Windows
|
|
|
|
installer and an OS X dmg from the project's Sourceforge page and in
|
|
|
|
form of various Linux packages from the project's openSUSE Build Service
|
2018-05-18 22:51:25 +02:00
|
|
|
page. Most Linux distributions (Archlinux, Fedora, Gentoo, openSUSE, ...)
|
2020-01-26 22:43:06 +01:00
|
|
|
as well as BSD distributions (FreeBSD, NetBSD, OpenBSD) also provide
|
|
|
|
GPXSee in their official repositories, however not always in the latest
|
|
|
|
version.</p>
|
2017-08-15 14:24:11 +02:00
|
|
|
|
2019-06-21 23:58:31 +02:00
|
|
|
<p>On OS X you can also use the MacPorts or Homebrew packaging systems
|
|
|
|
to install GPXSee.</p>
|
|
|
|
|
2019-11-02 12:26:53 +01:00
|
|
|
<p><i>The official Windows & OS X installers are always signed using
|
2019-11-02 12:15:52 +01:00
|
|
|
<a href="https://github.com/tumic0/GPXSee/tree/master/cert">certificates</a>
|
2019-11-02 12:26:53 +01:00
|
|
|
available at the GitHub project page. As the certificates are non-commercial
|
2019-11-02 15:32:26 +01:00
|
|
|
(self-signed) you have to import the certificate on Windows first if you want
|
2020-07-06 22:00:12 +02:00
|
|
|
your OS automatically check the installer when installing GPXSee. <b>On OS X,
|
2019-11-02 15:32:26 +01:00
|
|
|
Apple does not allow software that does not generate them profit like GPXSee
|
2020-02-23 11:22:01 +01:00
|
|
|
to pass OS X's Gatekeeper (you can't import custom certificates) so you need to
|
|
|
|
run the application using the "right click menu" when opening it for the first
|
2020-07-06 22:00:12 +02:00
|
|
|
time.</b></i></p>
|
2019-11-02 12:15:52 +01:00
|
|
|
|
2021-07-03 21:28:42 +02:00
|
|
|
<h2 id="maps">GPXSee maps</h2>
|
2020-04-11 19:58:47 +02:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://tumic0.github.io/GPXSee-maps/">GPXSee online maps</a></li>
|
|
|
|
</ul>
|
|
|
|
|
2018-04-09 20:45:01 +02:00
|
|
|
<p>GPXSee supports most tile server based online maps out there, but the
|
|
|
|
<a href="https://github.com/tumic0/GPXSee/tree/master/pkg/maps">list
|
2018-09-16 12:59:00 +02:00
|
|
|
of map definitions</a> distributed with the official packages is limited
|
|
|
|
to a small set of well known global map services. You may however easily
|
|
|
|
extend (or change) the default map list with your own map definitions.</p>
|
2018-04-09 20:45:01 +02:00
|
|
|
|
2020-02-23 11:19:21 +01:00
|
|
|
<p>There is a community driven GPXSee maps
|
|
|
|
<a href="https://github.com/tumic0/GPXSee-maps">repository</a>
|
2018-09-16 12:59:00 +02:00
|
|
|
on GitHub where you can find a lot of additional map definitions for various
|
|
|
|
map services, usually run by some state geographic institution or a non-profit
|
|
|
|
organization.</p>
|
2021-07-03 21:28:42 +02:00
|
|
|
|
|
|
|
<p>Additionally to the online maps, you can use the most common community provided
|
|
|
|
offline maps. This includes Garmin IMG maps and Mapsforge vector maps, MBTiles,
|
|
|
|
JNX and KML maps as well as images in GeoTIFF format or using ESRI world files
|
|
|
|
to georeference the raster data. The set of supported offline map formats has
|
|
|
|
become so large during the time, that you can now use GPXSee also as an universal
|
|
|
|
map viewer. There is even an option to load whole map directories and generate
|
|
|
|
their overviews on a base map.</p>
|
2018-09-23 16:25:21 +02:00
|
|
|
|
|
|
|
<h2 id="bugreports">Reporting bugs</h2>
|
2019-03-10 21:59:46 +01:00
|
|
|
<p>If you have found a bug in GPXSee, please report it using the
|
2018-09-23 16:25:21 +02:00
|
|
|
<a href="https://github.com/tumic0/GPXSee/issues">GitHub issue tracker</a>.
|
|
|
|
Bugs that are not reported can not be fixed! If you are missing some
|
|
|
|
feature in GPXSee, you may also use the tracker to request it.</p>
|
|
|
|
|
|
|
|
<p>Bad/missing translations can be fixed directly on the projects
|
|
|
|
<a href="https://hosted.weblate.org/projects/gpxsee/translations/">Weblate
|
|
|
|
page</a>.</p>
|
|
|
|
|
2017-06-22 01:33:38 +02:00
|
|
|
</div>
|
2017-08-15 14:24:11 +02:00
|
|
|
|
2017-06-22 01:33:38 +02:00
|
|
|
<div id="sidebar">
|
|
|
|
<div class="latest-news">
|
2021-07-03 21:28:42 +02:00
|
|
|
<h2>Releases</h2>
|
2021-12-08 08:11:12 +01:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Dec 8 2021</p>
|
|
|
|
<h3>Version 10.0</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Added support for (GPS) positioning.</li>
|
|
|
|
<li>Added workaround for broken FIT files exported by Strava.</li>
|
|
|
|
<li>Fixed Mapsforge maps crash when Qt-SVG is missing.</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2021-11-17 10:14:03 +01:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Nov 17 2021</p>
|
|
|
|
<h3>Version 9.12</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Added support for QCT maps.</li>
|
|
|
|
<li>Fixed broken app icons install in "make install" on linux.</li>
|
|
|
|
<li>Minor IMG maps fixes and enhancements.</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2021-10-31 17:20:12 +01:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Oct 31 2021</p>
|
|
|
|
<h3>Version 9.11</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Switched to core5compat in Qt6 builds to support East Asian encodings
|
|
|
|
where possible.</li>
|
|
|
|
<li>Fixed IMG map labels handling.</li>
|
|
|
|
<li>Windows builds are now using Qt 5.15.2, OpenSSL 1.1.1l and are build
|
|
|
|
using MSVC 2019. Windows 32b builds are no more provided.</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2021-10-25 12:45:45 +02:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Oct 25 2021</p>
|
|
|
|
<h3>Version 9.10</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Added waypoint icons highlighting.</li>
|
|
|
|
<li>Various GPI parser fixes/improvements (icons related).</li>
|
|
|
|
<li>Added support for East Asian encodings in Garmin formats.</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2021-10-16 11:20:54 +02:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Oct 16 2021</p>
|
|
|
|
<h3>Version 9.9</h3>
|
|
|
|
<ul>
|
|
|
|
<li>Fixed scroll wheel zooming on devices with "fine-resolution wheels".</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2017-06-22 01:33:38 +02:00
|
|
|
</div>
|
2017-06-30 01:05:10 +02:00
|
|
|
<div id="changelog-link">
|
|
|
|
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>
|
|
|
|
</div>
|
2017-06-22 01:33:38 +02:00
|
|
|
</div>
|
|
|
|
<div class="cl"> </div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="footer">
|
|
|
|
<div class="shell">
|
2020-10-26 13:04:26 +01:00
|
|
|
<p class="lf">© 2017-2020 Martin Tůma, CC BY-ND 4.0</p>
|
2017-06-22 01:33:38 +02:00
|
|
|
<p class="rf">Design by <a href="http://www.websitecsstemplates.com/" target="_blank">WebsiteCSSTemplates</a></p>
|
|
|
|
<div style="clear:both;"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- END PAGE SOURCE -->
|
|
|
|
</body>
|
|
|
|
</html>
|