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

Added UTM projection support

Fixed broken map fitting
This commit is contained in:
2017-04-01 15:58:32 +02:00
parent e6547d92f0
commit e87fff4bf8
4 changed files with 126 additions and 52 deletions

View File

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