mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Added QCT linux desktop integration
This commit is contained in:
parent
f63ee64f90
commit
9a4b92c35f
@ -27,3 +27,4 @@ itn:#b8540d
|
||||
wld:#c74c8f
|
||||
omd:#ed09cb
|
||||
ghp:#ed09cb
|
||||
qct:#370642
|
||||
|
@ -21,7 +21,7 @@
|
||||
<li>Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
|
||||
TwoNav RMaps, Garmin IMG & JNX maps, GeoTIFF images,
|
||||
BSB nautical charts, KMZ maps, AlpineQuest maps,
|
||||
Mapsforge maps), ESRI world files.</li>
|
||||
Mapsforge maps, QCT maps, ESRI world files).</li>
|
||||
<li>Elevation, speed, heart rate, cadence, power, temperature and
|
||||
gear ratio graphs.</li>
|
||||
<li>Support for multiple tracks in one view.</li>
|
||||
@ -97,5 +97,6 @@
|
||||
<mimetype>application/vnd.esri.wld</mimetype>
|
||||
<mimetype>application/vnd.onmove.omd</mimetype>
|
||||
<mimetype>application/vnd.onmove.ghp</mimetype>
|
||||
<mimetype>application/vnd.memory-map.qct</mimetype>
|
||||
</mimetypes>
|
||||
</component>
|
||||
|
@ -285,4 +285,14 @@
|
||||
<glob pattern="*.tfw"/>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/vnd.memory-map.qct">
|
||||
<comment>QuickChart Map File</comment>
|
||||
<sub-class-of type="application/octet-stream"/>
|
||||
<generic-icon name="application/octet-stream"/>
|
||||
<magic>
|
||||
<match type="little32" offset="0" value="0x1423D5FF"/>
|
||||
</magic>
|
||||
<glob pattern="*.qct"/>
|
||||
</mime-type>
|
||||
|
||||
</mime-info>
|
||||
|
Loading…
Reference in New Issue
Block a user