Add Gaia GPS link

pull/14/head
Manuel Kasper 2021-04-16 08:28:34 +02:00
rodzic ef1efed082
commit ea43c540f7
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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: () => {