diff --git a/docs/config.md b/docs/config.md index 2df4489..6e20a8c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -499,6 +499,8 @@ header bar. `maxPointDistance` is being takein into account, if a distance betwe subsequent points is greater than `maxPointDistance`, it will not contibute to the calculated travelled distance. +This also includes a calculation of elevation gain / loss. + - Type: [`Boolean`] - Default: `true` diff --git a/src/components/AppHeader.vue b/src/components/AppHeader.vue index 580abde..5f82b16 100644 --- a/src/components/AppHeader.vue +++ b/src/components/AppHeader.vue @@ -118,10 +118,19 @@