1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 03:29:16 +02:00

Added support for GPSDump WPT files

This commit is contained in:
2023-11-08 22:35:37 +01:00
parent 2c804780c4
commit 75a757cc0c
6 changed files with 205 additions and 1 deletions

View File

@ -177,6 +177,16 @@
<glob pattern="*.wpt"/>
</mime-type>
<mime-type type="application/vnd.gpsdump.wpt">
<comment>GPSDump Waypoint File</comment>
<sub-class-of type="text/plain"/>
<generic-icon name="text/plain"/>
<magic>
<match type="string" offset="0" value="$FormatGEO"/>
<match type="string" offset="0" value="$FormatUTM"/>
</magic>
<glob pattern="*.wpt"/>
</mime-type>
<!-- Maps -->