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

Added support for Velocitek VTK files

This commit is contained in:
2025-03-16 17:17:09 +01:00
parent 912a00c80e
commit 28f55b7e0d
4 changed files with 238 additions and 0 deletions

View File

@ -118,6 +118,7 @@ HEADERS += src/common/config.h \
src/data/style.h \
src/data/twonavparser.h \
src/data/txtparser.h \
src/data/vtkparser.h \
src/map/ENC/data.h \
src/map/IMG/light.h \
src/map/downloader.h \
@ -346,6 +347,7 @@ SOURCES += src/main.cpp \
src/GUI/projectioncombobox.cpp \
src/GUI/passwordedit.cpp \
src/data/txtparser.cpp \
src/data/vtkparser.cpp \
src/map/downloader.cpp \
src/map/demloader.cpp \
src/map/ENC/atlasdata.cpp \