1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00
GPXSee/pkg/appdata.xml

103 lines
3.8 KiB
XML
Raw Normal View History

2018-02-17 14:18:40 +01:00
<?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>
2019-05-18 20:39:55 +02:00
<p>GPXSee is a GPS log file viewer and analyzer that supports all common
GPS log file formats.</p>
2018-02-17 14:18:40 +01:00
<p>Features:</p>
<ul>
2020-01-16 19:31:40 +01:00
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA, SIGMA SLF, Suunto SML, LOC,
OziExplorer (PLT, WPT, RTE), GeoJSON, SeeYou CUP,
Garmin GPI &amp; CSV, TomTom OV2 &amp; ITN, ONmove OMD/GHP
and geotagged JPEG files.</li>
2018-10-02 22:19:46 +02:00
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
2020-01-16 19:31:40 +01:00
WMS, TMS, QuadTiles).</li>
2018-10-02 22:19:46 +02:00
<li>Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
2020-12-08 21:30:17 +01:00
TwoNav RMaps, Garmin IMG &amp; JNX maps, GeoTIFF images,
BSB nautical charts, KMZ maps, AlpineQuest maps,
2021-11-14 15:34:17 +01:00
Mapsforge maps, QCT maps, ESRI world files).</li>
2019-11-11 20:21:14 +01:00
<li>Elevation, speed, heart rate, cadence, power, temperature and
gear ratio graphs.</li>
2018-02-17 14:18:40 +01:00
<li>Support for multiple tracks in one view.</li>
<li>Support for POI files.</li>
2020-01-16 19:31:40 +01:00
<li>Support for DEM files (SRTM HGT).</li>
2020-12-08 21:30:17 +01:00
<li>Print/export to PDF &amp; PNG.</li>
2018-02-17 14:18:40 +01:00
<li>Full-screen mode.</li>
2018-10-02 22:22:00 +02:00
<li>HiDPI/Retina displays &amp; maps support.</li>
2018-02-17 14:18:40 +01:00
</ul>
</description>
2018-02-17 14:20:23 +01:00
<screenshots>
<screenshot type="default">
2020-12-28 11:11:00 +01:00
<image>https://www.gpxsee.org/gallery/linux.png</image>
2018-02-17 14:20:23 +01:00
</screenshot>
<screenshot>
2020-12-28 11:11:00 +01:00
<image>https://www.gpxsee.org/gallery/poi2.png</image>
2018-02-17 14:20:23 +01:00
</screenshot>
</screenshots>
2018-02-17 14:18:40 +01:00
<categories>
<category>Graphics</category>
<category>Viewer</category>
2018-10-02 22:19:46 +02:00
<category>Maps</category>
<category>Geoscience</category>
<category>Geography</category>
<category>DataVisualization</category>
2018-02-17 14:18:40 +01:00
</categories>
2020-12-28 11:13:40 +01:00
<url type="homepage">https://www.gpxsee.org</url>
2018-02-17 14:18:40 +01:00
<launchable type="desktop-id">gpxsee.desktop</launchable>
<provides>
<binary>gpxsee</binary>
</provides>
<mimetypes>
<mimetype>application/gpx+xml</mimetype>
2020-12-08 21:30:17 +01:00
<mimetype>application/vnd.garmin.tcx+xml</mimetype>
2018-02-17 14:18:40 +01:00
<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>
2020-12-08 21:30:17 +01:00
<mimetype>application/vnd.groundspeak.loc+xml</mimetype>
<mimetype>application/vnd.sigma.slf+xml</mimetype>
2019-01-27 23:07:02 +01:00
<mimetype>application/geo+json</mimetype>
<mimetype>application/vnd.naviter.seeyou.cup</mimetype>
2019-11-11 20:21:14 +01:00
<mimetype>application/vnd.garmin.gpi</mimetype>
2020-12-08 21:30:17 +01:00
<mimetype>application/vnd.suunto.sml+xml</mimetype>
<mimetype>image/jpeg</mimetype>
<mimetype>text/csv</mimetype>
<mimetype>application/vnd.garmin.img</mimetype>
<mimetype>application/vnd.garmin.jnx</mimetype>
<mimetype>application/vnd.garmin.gmap+xml</mimetype>
<mimetype>image/vnd.maptech.kap</mimetype>
<mimetype>application/vnd.oziexplorer.map</mimetype>
<mimetype>application/vnd.mapbox.mbtiles</mimetype>
<mimetype>application/vnd.twonav.rmap</mimetype>
<mimetype>application/vnd.trekbuddy.tba</mimetype>
<mimetype>application/vnd.gpxsee.map+xml</mimetype>
<mimetype>application/x-tar</mimetype>
<mimetype>image/tiff</mimetype>
2020-12-28 11:19:44 +01:00
<mimetype>application/vnd.google-earth.kmz</mimetype>
<mimetype>application/vnd.alpinequest.aqm</mimetype>
<mimetype>application/vnd.rmaps.sqlite</mimetype>
<mimetype>application/vnd.mapsforge.map</mimetype>
2021-05-09 22:39:39 +02:00
<mimetype>application/vnd.tomtom.ov2</mimetype>
2021-05-12 22:02:04 +02:00
<mimetype>application/vnd.tomtom.itn</mimetype>
2021-06-27 17:30:18 +02:00
<mimetype>application/vnd.esri.wld</mimetype>
<mimetype>application/vnd.onmove.omd</mimetype>
<mimetype>application/vnd.onmove.ghp</mimetype>
2021-11-14 15:34:17 +01:00
<mimetype>application/vnd.memory-map.qct</mimetype>
2018-02-17 14:18:40 +01:00
</mimetypes>
</component>