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

Added Latitude/Longitude projection

This commit is contained in:
2017-03-29 22:51:32 +02:00
parent b3e8081942
commit 3763d44662
3 changed files with 22 additions and 2 deletions

View File

@ -87,7 +87,8 @@ HEADERS += src/config.h \
src/atlas.h \
src/projection.h \
src/mercator.h \
src/transversemercator.h
src/transversemercator.h \
src/latlon.h
SOURCES += src/main.cpp \
src/gui.cpp \
src/poi.cpp \