Added GEMF and Osmdroid SQLite maps support info
[GPXSee.git] / pkg / appdata.xml
blobaff04694dd74bf601055a8160055a74ed4ab28b7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <component type="desktop">
3         <id>gpxsee.desktop</id>
4         <metadata_license>MIT</metadata_license>
5         <project_license>GPL-3.0</project_license>
7         <name>GPXSee</name>
8         <summary>GPS log file viewer and analyzer</summary>
9         <description>
10                 <p>GPXSee is a GPS log file viewer and analyzer that supports all common
11                 GPS log file formats.</p>
13                 <p>Features:</p>
14                 <ul>
15                         <li>Opens GPX, TCX, FIT, KML, IGC, NMEA, SIGMA SLF, Suunto SML, LOC,
16                                 OziExplorer (PLT, WPT, RTE), GeoJSON, SeeYou CUP,
17                                 Garmin GPI &amp; CSV, TomTom OV2 &amp; ITN, ONmove OMD/GHP,
18                                 TwoNav (TRK, RTE, WPT) and geotagged JPEG files.</li>
19                         <li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
20                                 WMS, TMS, QuadTiles).</li>
21                         <li>Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
22                                 TwoNav RMaps, Garmin IMG &amp; JNX maps, GeoTIFF images,
23                                 BSB nautical charts, KMZ maps, AlpineQuest maps,
24                                 Locus/OsmAnd/RMaps SQLite maps, Osmdroid SQLite maps,
25                                 Mapsforge maps, QCT maps, ESRI world files).</li>
26                         <li>Elevation, speed, heart rate, cadence, power, temperature and
27                                 gear ratio graphs.</li>
28                         <li>Support for multiple tracks in one view.</li>
29                         <li>Support for POI files.</li>
30                         <li>Support for DEM files (SRTM HGT).</li>
31                         <li>Print/export to PDF &amp; PNG.</li>
32                         <li>Full-screen mode.</li>
33                         <li>HiDPI/Retina displays &amp; maps support.</li>
34                         <li>Real-time GPS position.</li>
35                 </ul>
36         </description>
38         <screenshots>
39                 <screenshot type="default">
40                         <image>https://www.gpxsee.org/gallery/linux.png</image>
41                 </screenshot>
42                 <screenshot>
43                         <image>https://www.gpxsee.org/gallery/poi2.png</image>
44                 </screenshot>
45         </screenshots>
47         <categories>
48                 <category>Graphics</category>
49                 <category>Viewer</category>
50                 <category>Maps</category>
51                 <category>Geoscience</category>
52                 <category>Geography</category>
53                 <category>DataVisualization</category>
54         </categories>
56         <url type="homepage">https://www.gpxsee.org</url>
58         <launchable type="desktop-id">gpxsee.desktop</launchable>
60         <provides>
61                 <binary>gpxsee</binary>
62         </provides>
64         <mimetypes>
65                 <mimetype>application/gpx+xml</mimetype>
66                 <mimetype>application/vnd.garmin.tcx+xml</mimetype>
67                 <mimetype>application/vnd.ant.fit</mimetype>
68                 <mimetype>application/vnd.google-earth.kml+xml</mimetype>
69                 <mimetype>application/vnd.fai.igc</mimetype>
70                 <mimetype>application/vnd.nmea.nmea</mimetype>
71                 <mimetype>application/vnd.oziexplorer.plt</mimetype>
72                 <mimetype>application/vnd.oziexplorer.rte</mimetype>
73                 <mimetype>application/vnd.oziexplorer.wpt</mimetype>
74                 <mimetype>application/vnd.groundspeak.loc+xml</mimetype>
75                 <mimetype>application/vnd.sigma.slf+xml</mimetype>
76                 <mimetype>application/geo+json</mimetype>
77                 <mimetype>application/vnd.naviter.seeyou.cup</mimetype>
78                 <mimetype>application/vnd.garmin.gpi</mimetype>
79                 <mimetype>application/vnd.suunto.sml+xml</mimetype>
80                 <mimetype>image/jpeg</mimetype>
81                 <mimetype>text/csv</mimetype>
82                 <mimetype>application/vnd.garmin.img</mimetype>
83                 <mimetype>application/vnd.garmin.jnx</mimetype>
84                 <mimetype>application/vnd.garmin.gmap+xml</mimetype>
85                 <mimetype>image/vnd.maptech.kap</mimetype>
86                 <mimetype>application/vnd.oziexplorer.map</mimetype>
87                 <mimetype>application/vnd.mapbox.mbtiles</mimetype>
88                 <mimetype>application/vnd.twonav.rmap</mimetype>
89                 <mimetype>application/vnd.trekbuddy.tba</mimetype>
90                 <mimetype>application/vnd.gpxsee.map+xml</mimetype>
91                 <mimetype>application/x-tar</mimetype>
92                 <mimetype>image/tiff</mimetype>
93                 <mimetype>application/vnd.google-earth.kmz</mimetype>
94                 <mimetype>application/vnd.alpinequest.aqm</mimetype>
95                 <mimetype>application/vnd.rmaps.sqlite</mimetype>
96                 <mimetype>application/vnd.osmdroid.sqlite</mimetype>
97                 <mimetype>application/vnd.mapsforge.map</mimetype>
98                 <mimetype>application/vnd.tomtom.ov2</mimetype>
99                 <mimetype>application/vnd.tomtom.itn</mimetype>
100                 <mimetype>application/vnd.esri.wld</mimetype>
101                 <mimetype>application/vnd.onmove.omd</mimetype>
102                 <mimetype>application/vnd.onmove.ghp</mimetype>
103                 <mimetype>application/vnd.memory-map.qct</mimetype>
104                 <mimetype>application/vnd.twonav.trk</mimetype>
105                 <mimetype>application/vnd.twonav.rte</mimetype>
106                 <mimetype>application/vnd.twonav.wpt</mimetype>
107                 <mimetype>application/vnd.cgtk.gemf</mimetype>
108         </mimetypes>
109 </component>