1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

TwoNav data files Linux desktop integration

This commit is contained in:
Martin Tůma 2021-12-25 13:01:42 +01:00
parent 2655091b95
commit 4fbe7f7571
2 changed files with 27 additions and 2 deletions

View File

@ -14,8 +14,8 @@
<ul>
<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>
Garmin GPI &amp; CSV, TomTom OV2 &amp; ITN, ONmove OMD/GHP,
TwoNav (TRK, RTE, WPT) and geotagged JPEG files.</li>
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
WMS, TMS, QuadTiles).</li>
<li>Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
@ -98,5 +98,8 @@
<mimetype>application/vnd.onmove.omd</mimetype>
<mimetype>application/vnd.onmove.ghp</mimetype>
<mimetype>application/vnd.memory-map.qct</mimetype>
<mimetype>application/vnd.twonav.trk</mimetype>
<mimetype>application/vnd.twonav.rte</mimetype>
<mimetype>application/vnd.twonav.wpt</mimetype>
</mimetypes>
</component>

View File

@ -156,6 +156,28 @@
<glob pattern="*.ghp"/>
</mime-type>
<mime-type type="application/vnd.twonav.trk">
<comment>TwoNav Track File</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text/plain"/>
<glob pattern="*.trk"/>
</mime-type>
<mime-type type="application/vnd.twonav.rte">
<comment>TwoNav Route File</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text/plain"/>
<glob pattern="*.rte"/>
</mime-type>
<mime-type type="application/vnd.twonav.wpt">
<comment>TwoNav Waypoint File</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text/plain"/>
<glob pattern="*.wpt"/>
</mime-type>
<!-- Maps -->
<mime-type type="application/vnd.garmin.img">