gipy: doc change

pull/2994/head
frederic wagner 2023-08-23 08:29:21 +02:00
parent 463bba4996
commit b8e29f397d
3 changed files with 5 additions and 1 deletions

View File

@ -101,6 +101,10 @@ If you touch the screen you will switch between display modes.
The first one displays the map, the second one the nearby elevation and the last one the elevation The first one displays the map, the second one the nearby elevation and the last one the elevation
for the whole path. for the whole path.
![Screenshot](heights.png)
Colors correspond to slopes.
### Settings ### Settings
Few settings for now (feel free to suggest me more) : Few settings for now (feel free to suggest me more) :

View File

@ -1082,7 +1082,7 @@ class Status {
if (steepness > 0.15) { if (steepness > 0.15) {
color = "#ff0000"; color = "#ff0000";
} else if (steepness > 0.8) { } else if (steepness > 0.8) {
color = "#aa0000"; color = "#ff8000";
} else if (steepness > 0.03) { } else if (steepness > 0.03) {
color = "#ffff00"; color = "#ffff00";
} else if (steepness > -0.03) { } else if (steepness > -0.03) {

BIN
apps/gipy/heights.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB