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

Added support for BSB charts maps

This commit is contained in:
2020-11-27 01:11:50 +01:00
parent 609e73256a
commit 96733883cb
11 changed files with 560 additions and 24 deletions

View File

@ -103,6 +103,7 @@ HEADERS += src/common/config.h \
src/map/IMG/rastertile.h \
src/map/IMG/textpathitem.h \
src/map/IMG/textpointitem.h \
src/map/bsbmap.h \
src/map/projection.h \
src/map/ellipsoid.h \
src/map/datum.h \
@ -271,6 +272,7 @@ SOURCES += src/main.cpp \
src/map/IMG/rastertile.cpp \
src/map/IMG/textpathitem.cpp \
src/map/IMG/textpointitem.cpp \
src/map/bsbmap.cpp \
src/map/maplist.cpp \
src/map/onlinemap.cpp \
src/map/downloader.cpp \