1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

CRLF to LF

This commit is contained in:
Martin Tůma 2017-06-22 01:33:38 +02:00
parent 25753e76b6
commit 0560ffd2df

View File

@ -1,217 +1,217 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>GPXSee</title> <title>GPXSee</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="icon" type="image/png" href="css/images/favicon.png"/> <link rel="icon" type="image/png" href="css/images/favicon.png"/>
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" /> <link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.jcarousel.js" ></script> <script type="text/javascript" src="js/jquery.jcarousel.js" ></script>
<script type="text/javascript" src="js/js-func.js"></script> <script type="text/javascript" src="js/js-func.js"></script>
<!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]--> <!--[if IE 6]><link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /><![endif]-->
</head> </head>
<body> <body>
<!-- START PAGE SOURCE --> <!-- START PAGE SOURCE -->
<div class="shell"> <div class="shell">
<div class="shell-b"> <div class="shell-b">
<div id="header"> <div id="header">
<img src="css/images/gpxsee.png" alt="" class="logo"/><h1 class="logo"><a href="#">GPXSee</a></h1> <img src="css/images/gpxsee.png" alt="" class="logo"/><h1 class="logo"><a href="#">GPXSee</a></h1>
<div id="navigation"> <div id="navigation">
<ul> <ul>
<li><a href="index.html" class="active">Home</a></li> <li><a href="index.html" class="active">Home</a></li>
<li><a href="gallery.html">Screenshots</a></li> <li><a href="gallery.html">Screenshots</a></li>
<li><a href="index.html#maps">Maps</a></li> <li><a href="index.html#maps">Maps</a></li>
<li><a href="index.html#download">Download</a></li> <li><a href="index.html#download">Download</a></li>
</ul> </ul>
</div> </div>
<div class="cl">&nbsp;</div> <div class="cl">&nbsp;</div>
</div> </div>
<div id="slider"> <a href="#" id="prev">prev</a> <div id="slider"> <a href="#" id="prev">prev</a>
<div class="slider-content"> <div class="slider-content">
<ul> <ul>
<li> <li>
<div class="left-side"> <img src="css/images/preview.png" alt="" /> </div> <div class="left-side"> <img src="css/images/preview.png" alt="" /> </div>
<div class="right-side"> <div class="right-side">
<p>GPXSee has a clean and effective GUI layout that does not waste your screen space <p>GPXSee has a clean and effective GUI layout that does not waste your screen space
with unnecessary elements.</p> with unnecessary elements.</p>
<div class="buttons"> <div class="buttons">
<a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a> <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> <a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a>
</div> </div>
</div> </div>
<div class="cl">&nbsp;</div> <div class="cl">&nbsp;</div>
</li> </li>
<li> <li>
<div class="left-side"> <img src="css/images/formats.png" alt="" /> </div> <div class="left-side"> <img src="css/images/formats.png" alt="" /> </div>
<div class="right-side"> <div class="right-side">
<p>GPXSee supports all main GPS log file formats, namely GPX, TCX, KML, FIT, IGC and NMEA.</p> <p>GPXSee supports all main GPS log file formats, namely GPX, TCX, KML, FIT, IGC and NMEA.</p>
<div class="buttons"> <div class="buttons">
<a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a> <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> <a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a>
</div> </div>
</div> </div>
<div class="cl">&nbsp;</div> <div class="cl">&nbsp;</div>
</li> </li>
<li> <li>
<div class="left-side"> <img src="css/images/maps.png" alt="" /> </div> <div class="left-side"> <img src="css/images/maps.png" alt="" /> </div>
<div class="right-side"> <div class="right-side">
<p>GPXSee supports a large variety of online maps as well as various offline map formats.</p> <p>GPXSee supports a large variety of online maps as well as various offline map formats.</p>
<div class="buttons"> <div class="buttons">
<a href="https://sourceforge.net/projects/gpxsee/files/latest/download" class="download-btn">Download GPXSee</a> <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> <a href="https://github.com/tumic0/GPXSee" class="github-btn">View on GitHub</a>
</div> </div>
</div> </div>
<div class="cl">&nbsp;</div> <div class="cl">&nbsp;</div>
</li> </li>
</ul> </ul>
</div> </div>
<a href="#" id="next">next</a> </div> <a href="#" id="next">next</a> </div>
<div id="main"> <div id="main">
<div id="content"> <div id="content">
<h2>What is GPXSee?</h2> <h2>What is GPXSee?</h2>
<p>GPXSee is a desktop GPS log file viewer and analyzer that supports <p>GPXSee is a desktop GPS log file viewer and analyzer that supports
GPX, TCX, KML, FIT, IGC and NMEA files.</p> GPX, TCX, KML, FIT, IGC and NMEA files.</p>
<h3>Key features</h3> <h3>Key features</h3>
<ul> <ul>
<li>User-definable online maps.</li> <li>User-definable online maps.</li>
<li>Offline maps (OziExplorer maps and TrekBuddy maps/atlases).</li> <li>Offline maps (OziExplorer maps and TrekBuddy maps/atlases).</li>
<li>Elevation, speed, heart rate, cadence, power and temperature graphs.</li> <li>Elevation, speed, heart rate, cadence, power and temperature graphs.</li>
<li>Support for multiple tracks in one view.</li> <li>Support for multiple tracks in one view.</li>
<li>Support for POI files.</li> <li>Support for POI files.</li>
<li>Print/export to PDF.</li> <li>Print/export to PDF.</li>
<li>Full-screen mode.</li> <li>Full-screen mode.</li>
<li>Native GUI (Qt) for <b>Windows</b>, <b>Mac OS X</b> and <b>Linux</b>.</li> <li>Native GUI (Qt) for <b>Windows</b>, <b>Mac OS X</b> and <b>Linux</b>.</li>
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA and Garmin CSV files.</li> <li>Opens GPX, TCX, FIT, KML, IGC, NMEA and Garmin CSV files.</li>
<li>Open-source software (GPLv3).</li> <li>Open-source software (GPLv3).</li>
</ul> </ul>
<a name="maps"></a> <a name="maps"></a>
<h2>Maps</h2> <h2>Maps</h2>
<h3>Online maps</h3> <h3>Online maps</h3>
<p>GPXSee supports most <a href="https://en.wikipedia.org/wiki/Web_Mercator">Web Mercator</a> <p>GPXSee supports most <a href="https://en.wikipedia.org/wiki/Web_Mercator">Web Mercator</a>
based online maps out there, but the list of maps distributed with the official based online maps out there, but the list of maps distributed with the official
packages is limited to those that are "freely distributable". You may however packages is limited to those that are "freely distributable". You may however
easily override the default map list with your own list either by editing the easily override the default map list with your own list either by editing the
global map list file:</p> global map list file:</p>
<pre> <pre>
C:\Program Files\GPXSee\maps.txt # Windows C:\Program Files\GPXSee\maps.txt # Windows
/usr/share/gpxsee/maps.txt # Linux /usr/share/gpxsee/maps.txt # Linux
/Applications/GPXSee.app/Contents/Resources/maps.txt # OS X /Applications/GPXSee.app/Contents/Resources/maps.txt # OS X
</pre> </pre>
<p>or by overriding it with a user map list file:</p> <p>or by overriding it with a user map list file:</p>
<pre> <pre>
%HOMEPATH%\GPXSee\maps.txt # Windows %HOMEPATH%\GPXSee\maps.txt # Windows
$HOME/.gpxsee/maps.txt # OS X &amp; Linux $HOME/.gpxsee/maps.txt # OS X &amp; Linux
</pre> </pre>
<p>The file format is one map entry per line, consisting of the map name and <p>The file format is one map entry per line, consisting of the map name and
tiles URL delimited by a TAB character. The tile X and Y coordinates are tiles URL delimited by a TAB character. The tile X and Y coordinates are
replaced with <code>$x</code> and <code>$y</code> in the URL and the zoom replaced with <code>$x</code> and <code>$y</code> in the URL and the zoom
level is replaced with <code>$z</code>. An example map file could look like:</p> level is replaced with <code>$z</code>. An example map file could look like:</p>
<pre> <pre>
Map1 http://tile.server.com/map/$z/$x/$y.png Map1 http://tile.server.com/map/$z/$x/$y.png
Map2 http://mapserver.org/map/$z-$x-$y Map2 http://mapserver.org/map/$z-$x-$y
</pre> </pre>
<h3>Offline maps</h3> <h3>Offline maps</h3>
<p>OziExplorer maps and TrekBuddy maps/atlases are supported by GPXSee. You may <p>OziExplorer maps and TrekBuddy maps/atlases are supported by GPXSee. You may
easily create offline atlases from online map services by using easily create offline atlases from online map services by using
<a href="http://mobac.sourceforge.net/">Mobile Atlas Creator (MOBAC)</a>.</p> <a href="http://mobac.sourceforge.net/">Mobile Atlas Creator (MOBAC)</a>.</p>
<p>Offline maps are loaded on program startup from the <code>maps</code> <p>Offline maps are loaded on program startup from the <code>maps</code>
directory in the same locations as the <code>maps.txt</code> file. The expected directory in the same locations as the <code>maps.txt</code> file. The expected
structure is one map/atlas in a separate subdirectory. Supported map formats are structure is one map/atlas in a separate subdirectory. Supported map formats are
OziExplorer maps and TrekBuddy maps/atlases (tared and non-tared). OziExplorer maps and TrekBuddy maps/atlases (tared and non-tared).
Supported map projections are Web Mercator, Transverse Mercator, UTM, Supported map projections are Web Mercator, Transverse Mercator, UTM,
Lambert Conformal Conic, Albers Equal Area and Latitude/Longitude. For list of Lambert Conformal Conic, Albers Equal Area and Latitude/Longitude. For list of
supported datums see the <code>datums.csv</code> and <code>ellipsoids.csv</code> supported datums see the <code>datums.csv</code> and <code>ellipsoids.csv</code>
configuration files (can be modified or overriden by user files like the map configuration files (can be modified or overriden by user files like the map
list/map dir).</p> list/map dir).</p>
<h2>POI files</h2> <h2>POI files</h2>
<p>All of the supported formats with waypoints capability - GPX, KML, TCX, NMEA <p>All of the supported formats with waypoints capability - GPX, KML, TCX, NMEA
and <a href="http://www.poi-factory.com/garmin-csv-file-format">Garmin CSV</a> and <a href="http://www.poi-factory.com/garmin-csv-file-format">Garmin CSV</a>
- can be loaded either as data files or as POI files. When a file is opened as - can be loaded either as data files or as POI files. When a file is opened as
a POI file, only waypoints reasonable near the tracks/waypoints of the loaded a POI file, only waypoints reasonable near the tracks/waypoints of the loaded
data files are displayed.</p> data files are displayed.</p>
<p>To make GPXSee load a POI file automatically on startup, add the file to the <p>To make GPXSee load a POI file automatically on startup, add the file to the
<code>POI</code> directory in one of the configuration paths.</p> <code>POI</code> directory in one of the configuration paths.</p>
<h2>Download</h2> <h2>Download</h2>
<a name="download"></a> <a name="download"></a>
<ul> <ul>
<li><a href="https://sourceforge.net/projects/gpxsee/files/Source/">Sources</a></li> <li><a href="https://sourceforge.net/projects/gpxsee/files/Source/">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/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://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"> <li><a href="https://software.opensuse.org/download.html?project=home%3Atumic%3AGPXSee&amp;package=gpxsee">
Linux repos/packages</a></li> Linux repos/packages</a></li>
</ul> </ul>
</div> </div>
<div id="sidebar"> <div id="sidebar">
<div class="latest-news"> <div class="latest-news">
<h3>Releases</h3> <h3>Releases</h3>
<div class="news-item"> <div class="news-item">
<p class="date">May 25 2017</p> <p class="date">May 25 2017</p>
<h4>Version 4.8</h4> <h4>Version 4.8</h4>
<ul> <ul>
<li>Added data filtering settings.</li> <li>Added data filtering settings.</li>
<li>Fixed broken units handling in track info tooltips.</li> <li>Fixed broken units handling in track info tooltips.</li>
</ul> </ul>
</div> </div>
<div class="news-item"> <div class="news-item">
<p class="date">May 9 2017</p> <p class="date">May 9 2017</p>
<h4>Version 4.7</h4> <h4>Version 4.7</h4>
<ul> <ul>
<li>Fixed broken offline maps on southern hemisphere.</li> <li>Fixed broken offline maps on southern hemisphere.</li>
<li>Fixed broken UTM zone setup on some offline maps.</li> <li>Fixed broken UTM zone setup on some offline maps.</li>
<li>Added support for OZF3 files.</li> <li>Added support for OZF3 files.</li>
<li>Added support for Albers Equal-Area projection.</li> <li>Added support for Albers Equal-Area projection.</li>
<li>Added support for offline maps with projections defined as <li>Added support for offline maps with projections defined as
British, Irish and Swedish grid and NZTM2000.</li> British, Irish and Swedish grid and NZTM2000.</li>
</ul> </ul>
</div> </div>
<div class="news-item"> <div class="news-item">
<p class="date">May 1 2017</p> <p class="date">May 1 2017</p>
<h4>Version 4.6</h4> <h4>Version 4.6</h4>
<ul> <ul>
<li>Fixed broken PDF export/printing (broken map scale/waypoints size).</li> <li>Fixed broken PDF export/printing (broken map scale/waypoints size).</li>
<li>Improved path projection performance when an atlas is used.</li> <li>Improved path projection performance when an atlas is used.</li>
</ul> </ul>
</div> </div>
<div class="news-item"> <div class="news-item">
<p class="date">April 23 2017</p> <p class="date">April 23 2017</p>
<h4>Version 4.5</h4> <h4>Version 4.5</h4>
<ul> <ul>
<li>Added support for "runtime" loading of offline maps.</li> <li>Added support for "runtime" loading of offline maps.</li>
<li>Fixed atlas zoom fitting.</li> <li>Fixed atlas zoom fitting.</li>
<li>Fixed various minor offline map loading issues.</li> <li>Fixed various minor offline map loading issues.</li>
</ul> </ul>
</div> </div>
</div> </div>
<a href="https://build.opensuse.org/package/view_file/home:tumic:GPXSee/gpxsee/gpxsee.changes">Full changelog</a> <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 class="cl">&nbsp;</div>
</div> </div>
</div> </div>
</div> </div>
<div class="footer"> <div class="footer">
<div class="shell"> <div class="shell">
<p class="lf">Copyright &copy; 2017 <a href="#">Martin Tůma</a> - All Rights Reserved</p> <p class="lf">Copyright &copy; 2017 <a href="#">Martin Tůma</a> - All Rights Reserved</p>
<p class="rf">Design by <a href="http://www.websitecsstemplates.com/" target="_blank">WebsiteCSSTemplates</a></p> <p class="rf">Design by <a href="http://www.websitecsstemplates.com/" target="_blank">WebsiteCSSTemplates</a></p>
<div style="clear:both;"></div> <div style="clear:both;"></div>
</div> </div>
</div> </div>
<!-- END PAGE SOURCE --> <!-- END PAGE SOURCE -->
</body> </body>
</html> </html>