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

Added support for Orux maps

This commit is contained in:
2022-08-04 00:06:36 +02:00
parent ec68557de5
commit 399299d192
4 changed files with 566 additions and 1 deletions

View File

@ -117,6 +117,7 @@ HEADERS += src/common/config.h \
src/data/twonavparser.h \
src/map/IMG/section.h \
src/map/gemfmap.h \
src/map/oruxmap.h \
src/map/osmdroidmap.h \
src/map/proj/polyconic.h \
src/map/proj/webmercator.h \
@ -321,6 +322,7 @@ SOURCES += src/main.cpp \
src/GUI/passwordedit.cpp \
src/data/twonavparser.cpp \
src/map/gemfmap.cpp \
src/map/oruxmap.cpp \
src/map/osmdroidmap.cpp \
src/map/proj/polyconic.cpp \
src/map/proj/webmercator.cpp \