Added hillshading to vector maps
commitcf86fb755723f237d956ae54efc480f1ff8254c5
authorMartin Tůma <tumic@cbox.cz>
Wed, 21 Feb 2024 07:49:09 +0000 (21 08:49 +0100)
committerMartin Tůma <tumic@cbox.cz>
Wed, 21 Feb 2024 07:49:09 +0000 (21 08:49 +0100)
treea28eeab813b3f05602f40fc2504f41de2b5eda2e
parentf21a155f7908db1d72376e3172b882e4171bd896
Added hillshading to vector maps
27 files changed:
data/mapsforge/default.xml
gpxsee.pro
src/GUI/gui.cpp
src/GUI/gui.h
src/GUI/mapview.cpp
src/GUI/mapview.h
src/GUI/settings.cpp
src/GUI/settings.h
src/GUI/waypointitem.cpp
src/data/dem.cpp
src/data/dem.h
src/data/route.cpp
src/data/track.cpp
src/data/waypoint.cpp
src/map/IMG/rastertile.cpp
src/map/IMG/rastertile.h
src/map/IMG/style.cpp
src/map/IMG/style.h
src/map/hillshading.cpp [new file with mode: 0644]
src/map/hillshading.h [new file with mode: 0644]
src/map/imgmap.cpp
src/map/map.h
src/map/mapsforge/rastertile.cpp
src/map/mapsforge/rastertile.h
src/map/mapsforge/style.cpp
src/map/mapsforge/style.h
src/map/mapsforgemap.cpp