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

Made the Lambert azimuthal equal-area projection naming consistent with other projections namings

This commit is contained in:
2017-11-14 23:30:25 +01:00
parent 0894fb0ddf
commit 8675a0e945
4 changed files with 13 additions and 13 deletions

View File

@ -104,7 +104,7 @@ HEADERS += src/config.h \
src/temperaturegraphitem.h \
src/cadencegraphitem.h \
src/powergraphitem.h \
src/azimuthalequalarea.h
src/lambertazimuthal.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \
@ -181,7 +181,7 @@ SOURCES += src/main.cpp \
src/temperaturegraphitem.cpp \
src/cadencegraphitem.cpp \
src/powergraphitem.cpp \
src/azimuthalequalarea.cpp
src/lambertazimuthal.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts \