mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +01:00
TwoNav data files Linux desktop integration
This commit is contained in:
parent
2655091b95
commit
4fbe7f7571
@ -14,8 +14,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA, SIGMA SLF, Suunto SML, LOC,
|
<li>Opens GPX, TCX, FIT, KML, IGC, NMEA, SIGMA SLF, Suunto SML, LOC,
|
||||||
OziExplorer (PLT, WPT, RTE), GeoJSON, SeeYou CUP,
|
OziExplorer (PLT, WPT, RTE), GeoJSON, SeeYou CUP,
|
||||||
Garmin GPI & CSV, TomTom OV2 & ITN, ONmove OMD/GHP
|
Garmin GPI & CSV, TomTom OV2 & ITN, ONmove OMD/GHP,
|
||||||
and geotagged JPEG files.</li>
|
TwoNav (TRK, RTE, WPT) and geotagged JPEG files.</li>
|
||||||
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
|
<li>User-definable online maps (OpenStreetMap/Google tiles, WMTS,
|
||||||
WMS, TMS, QuadTiles).</li>
|
WMS, TMS, QuadTiles).</li>
|
||||||
<li>Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
|
<li>Offline maps (MBTiles, OziExplorer maps, TrekBuddy maps/atlases,
|
||||||
@ -98,5 +98,8 @@
|
|||||||
<mimetype>application/vnd.onmove.omd</mimetype>
|
<mimetype>application/vnd.onmove.omd</mimetype>
|
||||||
<mimetype>application/vnd.onmove.ghp</mimetype>
|
<mimetype>application/vnd.onmove.ghp</mimetype>
|
||||||
<mimetype>application/vnd.memory-map.qct</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>
|
</mimetypes>
|
||||||
</component>
|
</component>
|
||||||
|
@ -156,6 +156,28 @@
|
|||||||
<glob pattern="*.ghp"/>
|
<glob pattern="*.ghp"/>
|
||||||
</mime-type>
|
</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 -->
|
<!-- Maps -->
|
||||||
|
|
||||||
<mime-type type="application/vnd.garmin.img">
|
<mime-type type="application/vnd.garmin.img">
|
||||||
|
Loading…
Reference in New Issue
Block a user