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

Use a PCS file format more compatible with the EPSG PCS database

This commit is contained in:
2018-01-20 23:51:39 +01:00
parent 1739625896
commit 23e4e66c1b
8 changed files with 1800 additions and 3157 deletions

View File

@ -114,7 +114,8 @@ HEADERS += src/config.h \
src/data/str2int.h \
src/map/gcs.h \
src/map/angularunits.h \
src/map/primemeridian.h
src/map/primemeridian.h \
src/map/linearunits.h
SOURCES += src/main.cpp \
src/common/coordinates.cpp \
src/common/rectc.cpp \
@ -198,7 +199,8 @@ SOURCES += src/main.cpp \
src/map/projection.cpp \
src/map/gcs.cpp \
src/map/angularunits.cpp \
src/map/primemeridian.cpp
src/map/primemeridian.cpp \
src/map/linearunits.cpp
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_cs.ts \
lang/gpxsee_sv.ts \