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

Now drawing path segments > 1 arc minute as great circle curves instead of rhumb lines

This commit is contained in:
2018-09-13 00:43:28 +02:00
parent 8d1be76043
commit 9957e1834e
5 changed files with 73 additions and 34 deletions

View File

@ -141,7 +141,8 @@ HEADERS += src/config.h \
src/data/locparser.h \
src/data/slfparser.h \
src/map/geotiffmap.h \
src/map/image.h
src/map/image.h \
src/common/greatcircle.h
SOURCES += src/main.cpp \
src/common/coordinates.cpp \
src/common/rectc.cpp \
@ -246,7 +247,8 @@ SOURCES += src/main.cpp \
src/data/locparser.cpp \
src/data/slfparser.cpp \
src/map/geotiffmap.cpp \
src/map/image.cpp
src/map/image.cpp \
src/common/greatcircle.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \