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

Switched from hardcoded values to CSV files for datum definitions.

Non-WGS84 maps now fit correctly when defined using map grid.
This commit is contained in:
2017-04-17 18:03:04 +02:00
parent e26fa92ce6
commit 4de3ddf71b
11 changed files with 459 additions and 80 deletions

View File

@ -92,7 +92,8 @@ HEADERS += src/config.h \
src/utm.h \
src/lambertconic.h \
src/ellipsoid.h \
src/ozf.h
src/ozf.h \
src/datum.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -158,7 +159,8 @@ SOURCES += src/main.cpp \
src/utm.cpp \
src/lambertconic.cpp \
src/ellipsoid.cpp \
src/ozf.cpp
src/ozf.cpp \
src/datum.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts