From 22215492c7915301b644d0a47491f5d78dae7380 Mon Sep 17 00:00:00 2001 From: Richard M1HAX Date: Wed, 14 Jul 2021 11:38:50 +0100 Subject: [PATCH] Update Coordinates.vue Add FatMap.com map viewer links. --- src/components/Coordinates.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Coordinates.vue b/src/components/Coordinates.vue index cd47a0c..c2d622c 100644 --- a/src/components/Coordinates.vue +++ b/src/components/Coordinates.vue @@ -373,6 +373,12 @@ export default { return `https://www.gaiagps.com/map/?loc=14/${this.longitude}/${this.latitude}&layer=GaiaTopoRasterMeters` } }, + { + name: 'FatMap', + url: () => { + return `https://fatmap.com/adventures/@${this.latitude},${this.longitude},10000,-66,-12,satellite` + } + }, { name: 'OpenStreetMap', url: () => {