mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 19:55:53 +01:00
63 lines
1.9 KiB
XML
63 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>gpxsee.desktop</id>
|
|
<metadata_license>MIT</metadata_license>
|
|
<project_license>GPL-3.0</project_license>
|
|
|
|
<name>GPXSee</name>
|
|
<summary>GPS log file viewer and analyzer</summary>
|
|
<description>
|
|
<p>GPXSee is a GPS log file viewer and analyzer that supports GPX, TCX,
|
|
KML, FIT, IGC, NMEA and OziExplorer files.</p>
|
|
|
|
<p>Features:</p>
|
|
<ul>
|
|
<li>User-definable online maps (OSM/Google tiles, WMTS, WMS).</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>Opens GPX, TCX, FIT, KML, IGC, NMEA, OziExplorer (PLT, WPT, RTE)
|
|
and Garmin CSV files.</li>
|
|
</ul>
|
|
</description>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>http://www.gpxsee.org/gallery/lin1.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>http://www.gpxsee.org/gallery/lin2.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<categories>
|
|
<category>Graphics</category>
|
|
<category>Viewer</category>
|
|
</categories>
|
|
|
|
<url type="homepage">http://www.gpxsee.org</url>
|
|
|
|
<launchable type="desktop-id">gpxsee.desktop</launchable>
|
|
|
|
<provides>
|
|
<binary>gpxsee</binary>
|
|
</provides>
|
|
|
|
<mimetypes>
|
|
<mimetype>application/gpx+xml</mimetype>
|
|
<mimetype>application/tcx+xml</mimetype>
|
|
<mimetype>application/vnd.ant.fit</mimetype>
|
|
<mimetype>application/vnd.google-earth.kml+xml</mimetype>
|
|
<mimetype>application/vnd.fai.igc</mimetype>
|
|
<mimetype>application/vnd.nmea.nmea</mimetype>
|
|
<mimetype>application/vnd.oziexplorer.plt</mimetype>
|
|
<mimetype>application/vnd.oziexplorer.rte</mimetype>
|
|
<mimetype>application/vnd.oziexplorer.wpt</mimetype>
|
|
</mimetypes>
|
|
</component>
|