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

Added support for Transversal Mercator projection

This commit is contained in:
2017-03-29 00:17:47 +02:00
parent b3dc886afc
commit b3e8081942
13 changed files with 244 additions and 35 deletions

View File

@ -84,7 +84,10 @@ HEADERS += src/config.h \
src/mapdir.h \
src/matrix.h \
src/tar.h \
src/atlas.h
src/atlas.h \
src/projection.h \
src/mercator.h \
src/transversemercator.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -144,7 +147,9 @@ SOURCES += src/main.cpp \
src/mapdir.cpp \
src/matrix.cpp \
src/tar.cpp \
src/atlas.cpp
src/atlas.cpp \
src/mercator.cpp \
src/transversemercator.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts