Add Bing Maps link (issue #8)

pull/10/head v1.10.9
Manuel Kasper 2021-02-25 22:59:13 +01:00
rodzic 47af5f6f81
commit ee8ff14c18
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -129,6 +129,12 @@ export default {
return `https://www.google.com/maps/search/?api=1&query=${this.latitude},${this.longitude}`
}
},
{
name: 'Bing Maps',
url: () => {
return `https://www.bing.com/maps?cp=${this.latitude}~${this.longitude}&lvl=15&style=s&v=2`
}
},
{
name: 'OpenStreetMap',
url: () => {