1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00
GPXSee/index.html
2018-03-19 23:53:11 +01:00

200 lines
8.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>GPXSee - GPS log file viewer and analyzer</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="Description" content="GPXSee - GPS log file viewer and analyzer that supports GPX, TCX, KML, FIT, IGC and NMEA files." />
<link rel="icon" type="image/png" href="css/images/favicon.png"/>
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/jquery.jcarousel.js" ></script>
<script src="js/js-func.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110140219-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110140219-1');
</script>
</head>
<body>
<!-- START PAGE SOURCE -->
<div class="shell">
<div class="shell-b">
<div id="header">
<img src="css/images/gpxsee.png" alt="" class="logo"/><h1 class="logo"><a href="http://www.gpxsee.org">GPXSee</a></h1>
<div id="navigation">
<ul>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="gallery.html">Screenshots</a></li>
<li><a href="doc.html">Documentation</a></li>
<li><a href="index.html#download">Download</a></li>
</ul>
</div>
<div class="cl">&nbsp;</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">&nbsp;</div>
</li>
<li>
<div class="left-side"> <img src="css/images/formats.png" alt="" /> </div>
<div class="right-side">
<p>GPXSee supports all main GPS log file formats, namely GPX, TCX, KML, FIT, IGC and NMEA.</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">&nbsp;</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">&nbsp;</div>
</li>
</ul>
</div>
<a href="#" id="next">next</a>
</div>
<div id="main">
<div id="content">
<h2>What is GPXSee?</h2>
<p>GPXSee is a GPS log file viewer and analyzer that supports
GPX, TCX, KML, FIT, IGC and NMEA files.</p>
<h3>Key features</h3>
<ul>
<li>User-definable online maps (OSM/Google tiles, WMTS).</li>
<li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, GeoTIFF images).</li>
<li>Elevation, speed, heart rate, cadence, power and temperature graphs.</li>
<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>
<li>Native GUI (Qt) for Windows, Mac OS X and Linux.</li>
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA and Garmin CSV files.</li>
<li><b>Free software</b> (GPLv3 open-source license).</li>
</ul>
<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>
<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
page. Some linux distributions (e.g. openSUSE or Fedora) also provide
GPXSee in their official repositories.</p>
<ul>
<li><a href="https://github.com/tumic0/GPXSee">Sources</a></li>
<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&amp;package=gpxsee">
Linux repos/packages</a></li>
</ul>
<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>
</div>
<div id="sidebar">
<div class="latest-news">
<h3>Releases</h3>
<div class="news-item">
<p class="date">Mar 19 2018</p>
<h4>Version 5.5</h4>
<ul>
<li>Fixed deadlocks caused by infinite HTTP timeout.</li>
<li>Several minor bugfixes.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Mar 11 2018</p>
<h4>Version 5.4</h4>
<ul>
<li>Added pace info.</li>
<li>Added support for EPSG 21781 PCS (Swiss grid).</li>
<li>Added missing WMTS dimensions handling.</li>
<li>Fixed broken zoom rectangle computation.</li>
<li>Fixed swapped GeoTIFF LCC1 and LCC2 projection codes.</li>
<li>Fixed loading of WGS84 GeoTIFF images defined using the ellipsoid only.</li>
<li>Fixed broken (case-sensitive) WMTS parameters handling.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Mar 1 2018</p>
<h4>Version 5.3</h4>
<ul>
<li>Added support for WMTS maps.</li>
<li>Fixed Lambert azimuthal equal area projection.</li>
<li>Improved scale computation on offline maps.</li>
<li>Added some more GCS/PCS definitions.</li>
<li>Fixed invalid memory access.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Feb 17 2018</p>
<h4>Version 5.2</h4>
<ul>
<li>Fixed broken GeoTIFF (Web) Mercator projection.</li>
<li>Several minor bug fixes.</li>
</ul>
</div>
<div class="news-item">
<p class="date">Feb 12 2018</p>
<h4>Version 5.1</h4>
<ul>
<li>Fixed crash during static data initialization.</li>
<li>Added coordinates format setting.</li>
<li>Added nautical units setting.</li>
</ul>
</div>
</div>
<div id="changelog-link">
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a>
</div>
</div>
<div class="cl">&nbsp;</div>
</div>
</div>
</div>
<div class="footer">
<div class="shell">
<p class="lf">Copyright &copy; 2017 Martin Tůma - All Rights Reserved</p>
<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>