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

Added support for Albers Equal-Area projection

This commit is contained in:
2017-05-04 20:25:47 +02:00
parent d8d70bfd8b
commit c339116cd1
4 changed files with 237 additions and 6 deletions

View File

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