buefy-0.9 v1.13.4
Manuel Kasper 2021-07-21 16:15:59 +02:00
rodzic a51fdc6b07
commit 6628c86b48
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -374,6 +374,12 @@ export default {
return `https://www.gaiagps.com/map/?loc=14/${this.longitude}/${this.latitude}&layer=GaiaTopoRasterMeters`
}
},
{
name: 'Mapy.cz',
url: () => {
return `https://en.mapy.cz/turisticka?x=${this.longitude}&y=${this.latitude}&z=17`
}
},
{
name: 'FatMap',
url: () => {