Update Coordinates.vue

Add FatMap.com map viewer links.
pull/14/head
Richard M1HAX 2021-07-14 11:38:50 +01:00 zatwierdzone przez GitHub
rodzic 88262ad14e
commit 22215492c7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -373,6 +373,12 @@ export default {
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}&layer=GaiaTopoRasterMeters`
} }
}, },
{
name: 'FatMap',
url: () => {
return `https://fatmap.com/adventures/@${this.latitude},${this.longitude},10000,-66,-12,satellite`
}
},
{ {
name: 'OpenStreetMap', name: 'OpenStreetMap',
url: () => { url: () => {