Show versionnumber
This commit is contained in:
parent
9a3f473949
commit
7c643b209a
@ -82,7 +82,10 @@
|
|||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
url: 'https://a.tile.openstreetmap.de/{z}/{x}/{y}.png',
|
url: 'https://a.tile.openstreetmap.de/{z}/{x}/{y}.png',
|
||||||
attribution: ' © <a href="http://osm.org/copyright">OpenStreetMap</a> contributors',
|
attribution: '<A href="https://github.com/Portree-Kid/flightgear-airports" target="_blank">Flightgear Airports ' + require('electron').remote.app.getVersion() +
|
||||||
|
'</A> <A href="https://www.electronjs.org/" target="_blank">Electron</A> ' +
|
||||||
|
' <A href="https://element.eleme.io/#/en-US/" target="_blank">element.io</A> ' +
|
||||||
|
' © <a href="http://osm.org/copyright" target="_blank">OpenStreetMap</a> contributors',
|
||||||
marker: L.latLng(47.413220, -1.219482),
|
marker: L.latLng(47.413220, -1.219482),
|
||||||
airports: this.$store.state.Airports.airports,
|
airports: this.$store.state.Airports.airports,
|
||||||
options: {editable: true},
|
options: {editable: true},
|
||||||
|
Loading…
Reference in New Issue
Block a user