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

Added support for Lambert Conformal Conic projection

This commit is contained in:
2017-04-02 22:17:16 +02:00
parent c4b3a81b0b
commit a56aa4e706
5 changed files with 131 additions and 3 deletions

View File

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