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

Added support for GeoJSON data files

This commit is contained in:
2019-01-25 22:18:21 +01:00
parent dcd4666f59
commit 73ccb427db
4 changed files with 343 additions and 2 deletions

View File

@ -261,6 +261,12 @@ SOURCES += src/main.cpp \
src/data/dem.cpp \
src/map/polarstereographic.cpp \
src/map/rectd.cpp
greaterThan(QT_MAJOR_VERSION, 4) {
HEADERS += src/data/geojsonparser.h
SOURCES += src/data/geojsonparser.cpp
}
RESOURCES += gpxsee.qrc
TRANSLATIONS = lang/gpxsee_en.ts \
lang/gpxsee_cs.ts \