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

Added support for sqlitedb maps (Locus, OsmAnd, RMaps)

This commit is contained in:
2021-02-09 21:05:23 +01:00
parent c4599e6c4c
commit 0929e9a692
4 changed files with 336 additions and 2 deletions

View File

@ -109,6 +109,7 @@ HEADERS += src/common/config.h \
src/map/projection.h \
src/map/ellipsoid.h \
src/map/datum.h \
src/map/sqlitemap.h \
src/map/webmercator.h \
src/map/transversemercator.h \
src/map/latlon.h \
@ -289,6 +290,7 @@ SOURCES += src/main.cpp \
src/map/emptymap.cpp \
src/map/ozimap.cpp \
src/map/polyconic.cpp \
src/map/sqlitemap.cpp \
src/map/tar.cpp \
src/map/atlas.cpp \
src/map/ozf.cpp \