From ea43c540f756a59384e05fa0f715b373f9a667f5 Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Fri, 16 Apr 2021 08:28:34 +0200 Subject: [PATCH] Add Gaia GPS link --- src/components/Coordinates.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Coordinates.vue b/src/components/Coordinates.vue index 3d61e31..cd47a0c 100644 --- a/src/components/Coordinates.vue +++ b/src/components/Coordinates.vue @@ -367,6 +367,12 @@ export default { return `https://www.bing.com/maps?cp=${this.latitude}~${this.longitude}&lvl=15&style=s&v=2` } }, + { + name: 'Gaia GPS', + url: () => { + return `https://www.gaiagps.com/map/?loc=14/${this.longitude}/${this.latitude}&layer=GaiaTopoRasterMeters` + } + }, { name: 'OpenStreetMap', url: () => {