From 909cf863a7bf0e1f0735332b0df3f1f371b5b7ff Mon Sep 17 00:00:00 2001 From: Nathan Tilley Date: Tue, 20 Sep 2022 09:50:07 -0700 Subject: [PATCH] Remove Gaia GPS Default Layer --- src/components/Coordinates.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Coordinates.vue b/src/components/Coordinates.vue index d9e340c..284cde8 100644 --- a/src/components/Coordinates.vue +++ b/src/components/Coordinates.vue @@ -371,7 +371,7 @@ export default { { name: 'Gaia GPS', url: () => { - return `https://www.gaiagps.com/map/?loc=14/${this.longitude}/${this.latitude}&layer=GaiaTopoRasterMeters` + return `https://www.gaiagps.com/map/?loc=14/${this.longitude}/${this.latitude}` } }, {