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

Use ellipsoids defined by the map file for the projection computation

This commit is contained in:
2017-04-03 20:29:35 +02:00
parent 925a0e2951
commit 6ce14734cd
11 changed files with 178 additions and 79 deletions

View File

@ -90,7 +90,8 @@ HEADERS += src/config.h \
src/transversemercator.h \
src/latlon.h \
src/utm.h \
src/lambertconic.h
src/lambertconic.h \
src/ellipsoid.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -154,7 +155,8 @@ SOURCES += src/main.cpp \
src/mercator.cpp \
src/transversemercator.cpp \
src/utm.cpp \
src/lambertconic.cpp
src/lambertconic.cpp \
src/ellipsoid.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts