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,
|
2021-12-25 13:01:42 +01:00
|
|
|
Garmin GPI & CSV, TomTom OV2 & ITN, ONmove OMD/GHP,
|
|
|
|
TwoNav (TRK, RTE, WPT) 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 & JNX maps, GeoTIFF images,
|
2021-04-11 09:51:45 +02:00
|
|
|
BSB nautical charts, KMZ maps, AlpineQuest maps,
|
2022-07-06 09:26:42 +02:00
|
|
|
Locus/OsmAnd/RMaps SQLite maps, Osmdroid SQLite maps,
|
2022-08-07 22:30:38 +02:00
|
|
|
Mapsforge maps, QCT maps, GEMF maps, Orux 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 & 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 & maps support.</li>
|
2021-12-25 13:17:49 +01:00
|
|
|
<li>Real-time GPS position.</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>
|
2018-04-14 14:04:19 +02:00
|
|
|
<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>
|
2019-08-16 20:46:42 +02:00
|
|
|
<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>
|
2021-02-05 22:01:10 +01:00
|
|
|
<mimetype>application/vnd.alpinequest.aqm</mimetype>
|
2021-02-10 21:27:41 +01:00
|
|
|
<mimetype>application/vnd.rmaps.sqlite</mimetype>
|
2022-07-06 09:26:42 +02:00
|
|
|
<mimetype>application/vnd.osmdroid.sqlite</mimetype>
|
2021-04-11 09:51:45 +02:00
|
|
|
<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>
|
2021-08-18 22:30:02 +02:00
|
|
|
<mimetype>application/vnd.onmove.omd</mimetype>
|
2021-08-19 19:45:53 +02:00
|
|
|
<mimetype>application/vnd.onmove.ghp</mimetype>
|
2021-11-14 15:34:17 +01:00
|
|
|
<mimetype>application/vnd.memory-map.qct</mimetype>
|
2021-12-25 13:01:42 +01:00
|
|
|
<mimetype>application/vnd.twonav.trk</mimetype>
|
|
|
|
<mimetype>application/vnd.twonav.rte</mimetype>
|
|
|
|
<mimetype>application/vnd.twonav.wpt</mimetype>
|
2022-07-23 00:41:59 +02:00
|
|
|
<mimetype>application/vnd.cgtk.gemf</mimetype>
|
2022-08-07 22:30:38 +02:00
|
|
|
<mimetype>application/vnd.orux.map+xml</mimetype>
|
2018-02-17 14:18:40 +01:00
|
|
|
</mimetypes>
|
|
|
|
</component>
|