1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-02-20 17:50:49 +01:00

Disable hillshading by default

This commit is contained in:
Martin Tůma 2024-02-21 08:59:39 +01:00
parent cf86fb7557
commit 54e185ed4a

View File

@ -174,7 +174,7 @@ SETTING(markerInfo, "markerInfo", MarkerInfoItem::None );
SETTING(useStyles, "styles", true );
/* DEM */
SETTING(drawHillShading, "hillshading", true );
SETTING(drawHillShading, "hillshading", false );
/* Position */
SETTING(showPosition, "show", false );