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

Added support for Krovak projection

This commit is contained in:
2018-05-29 00:17:20 +02:00
parent 6bee2a46f1
commit 7d412a274d
6 changed files with 133 additions and 2 deletions

View File

@ -129,7 +129,8 @@ HEADERS += src/config.h \
src/map/rectd.h \
src/map/geocentric.h \
src/map/mercator.h \
src/map/jnxmap.h
src/map/jnxmap.h \
src/map/krovak.h
SOURCES += src/main.cpp \
src/common/coordinates.cpp \
src/common/rectc.cpp \
@ -226,7 +227,8 @@ SOURCES += src/main.cpp \
src/data/oziparsers.cpp \
src/map/geocentric.cpp \
src/map/mercator.cpp \
src/map/jnxmap.cpp
src/map/jnxmap.cpp \
src/map/krovak.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts \