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">
|
2017-06-30 01:05:10 +02:00
|
|
|
<img src="css/images/gpxsee.png" alt="" class="logo"/><h1 class="logo"><a href="http://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">
|
2018-08-19 11:44:12 +02:00
|
|
|
<p>GPXSee supports all main GPS log file formats, namely GPX, TCX, KML, FIT, IGC, NMEA, LOC, SLF 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>
|
2019-01-29 01:12:36 +01:00
|
|
|
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA, SLF, LOC, GeoJSON,
|
|
|
|
OziExplorer (PLT, RTE, WPT) and Garmin CSV files.</li>
|
|
|
|
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
|
|
|
|
WMS, TMS).</li>
|
|
|
|
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, Garmin
|
|
|
|
JNX maps, GeoTIFF images, MBTiles).</li>
|
|
|
|
<li>Elevation, speed, heart rate, cadence, power, temperature
|
|
|
|
and gear ratio/shifts graphs.</li>
|
2017-06-22 01:33:38 +02:00
|
|
|
<li>Support for multiple tracks in one view.</li>
|
|
|
|
<li>Support for POI files.</li>
|
|
|
|
<li>Print/export to PDF.</li>
|
|
|
|
<li>Full-screen mode.</li>
|
2018-08-18 22:37:31 +02:00
|
|
|
<li>HiDPI/Retina displays & maps support.</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
|
|
|
|
2018-02-05 20:38:37 +01:00
|
|
|
<h2 id="download">Download</h2>
|
|
|
|
<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, ...)
|
|
|
|
as well as FreeBSD also provide GPXSee in their official repositories,
|
|
|
|
however not always in the latest version.</p>
|
2017-08-15 14:24:11 +02:00
|
|
|
|
2017-06-22 01:33:38 +02:00
|
|
|
<ul>
|
2018-02-05 20:38:37 +01:00
|
|
|
<li><a href="https://github.com/tumic0/GPXSee">Sources</a></li>
|
2017-06-22 01:33:38 +02:00
|
|
|
<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>
|
|
|
|
</ul>
|
|
|
|
|
2018-04-09 20:45:01 +02:00
|
|
|
<h2 id="maps">Maps</h2>
|
|
|
|
<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
|
|
|
|
2018-09-16 12:48:37 +02:00
|
|
|
<p>There is a community driven
|
2018-04-09 20:45:01 +02:00
|
|
|
<a href="https://github.com/tumic0/GPXSee-maps">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>
|
2018-09-23 16:25:21 +02:00
|
|
|
|
|
|
|
<h2 id="bugreports">Reporting bugs</h2>
|
|
|
|
<p>If you have found some bug in GPXSee, please report it using the
|
|
|
|
<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">
|
|
|
|
<h3>Releases</h3>
|
2019-01-29 01:12:36 +01:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Jan 28 2018</p>
|
|
|
|
<h4>Version 7.2</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Added support for DEM data (SRTM HGT files).</li>
|
|
|
|
<li>Improved look&feel in dark styles.</li>
|
|
|
|
<li>Added support for polar stereographic projections + Antarctica map.</li>
|
|
|
|
<li>Added support for GeoJSON files.</li>
|
|
|
|
<li>Added Spanish localization.</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2019-01-03 01:41:20 +01:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Jan 1 2019</p>
|
|
|
|
<h4>Version 7.1</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Windows & OS X builds switched to QtPbfImagePlugin v1.2.</li>
|
|
|
|
<li>Minor bug fixes.</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2018-12-08 18:07:04 +01:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Dec 8 2018</p>
|
|
|
|
<h4>Version 7.0</h4>
|
|
|
|
<ul>
|
2019-01-03 01:41:20 +01:00
|
|
|
<li>Added support for PBF(MVT) vector maps (using <a href="https://github.com/tumic0/QtPBFImagePlugin">QtPbfImagePlugin</a>).</li>
|
2018-12-08 18:07:04 +01:00
|
|
|
<li>Changed user data/config paths locations.</li>
|
|
|
|
<li>Added Turkish localization.</li>
|
|
|
|
<li>Minor bug fixes (WMTS, graphs)</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2018-10-13 23:25:01 +02:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Oct 13 2018</p>
|
|
|
|
<h4>Version 6.3</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Fixed broken OSM maps non-default bounds handling.</li>
|
|
|
|
<li>Fixed broken cleanup on exit (introduced in 6.1).</li>
|
|
|
|
<li>Added Danish localization.</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2018-10-07 23:23:40 +02:00
|
|
|
<div class="news-item">
|
|
|
|
<p class="date">Oct 7 2018</p>
|
|
|
|
<h4>Version 6.2</h4>
|
|
|
|
<ul>
|
|
|
|
<li>Fixed Norwegian localization language code.</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">
|
2018-08-18 22:36:06 +02:00
|
|
|
<p class="lf">Copyright © 2018 Martin Tůma - All Rights Reserved</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>
|