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

Support all variants of TrekBuddy maps/atlases

Added support for gmi calibration files and arbitrary named tba/map/gmi files.
This commit is contained in:
2023-09-13 20:02:24 +02:00
parent b38cf31920
commit 722f3acb1e
7 changed files with 313 additions and 71 deletions

View File

@ -134,6 +134,7 @@ HEADERS += src/common/config.h \
src/map/encmap.h \
src/map/ENC/iso8211.h \
src/map/gemfmap.h \
src/map/gmifile.h \
src/map/oruxmap.h \
src/map/osmdroidmap.h \
src/map/proj/polyconic.h \
@ -347,6 +348,7 @@ SOURCES += src/main.cpp \
src/map/encmap.cpp \
src/map/ENC/iso8211.cpp \
src/map/gemfmap.cpp \
src/map/gmifile.cpp \
src/map/oruxmap.cpp \
src/map/osmdroidmap.cpp \
src/map/proj/polyconic.cpp \