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

Added support for 70mai dashcams GPS log files

This commit is contained in:
2025-02-25 20:24:26 +01:00
parent c5f51e935e
commit 044770bc84
4 changed files with 104 additions and 0 deletions

View File

@ -117,6 +117,7 @@ HEADERS += src/common/config.h \
src/data/gpsdumpparser.h \
src/data/style.h \
src/data/twonavparser.h \
src/data/txtparser.h \
src/map/IMG/light.h \
src/map/downloader.h \
src/map/demloader.h \
@ -343,6 +344,7 @@ SOURCES += src/main.cpp \
src/GUI/pngexportdialog.cpp \
src/GUI/projectioncombobox.cpp \
src/GUI/passwordedit.cpp \
src/data/txtparser.cpp \
src/map/downloader.cpp \
src/map/demloader.cpp \
src/map/ENC/atlasdata.cpp \