V 0.0.10
This commit is contained in:
parent
a4d048c116
commit
079a56abfd
@ -31,5 +31,5 @@ deploy:
|
||||
file_glob: true
|
||||
file: build/*
|
||||
on:
|
||||
branches: '0.0.8'
|
||||
branches: 'master'
|
||||
repo: Portree-Kid/flightgear-airports
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flightgear-airports",
|
||||
"version": "0.0.8",
|
||||
"version": "0.0.9",
|
||||
"author": "portree_kid <keith.paterson@gmx.de>",
|
||||
"description": "An software to design Flightgear groundnets",
|
||||
"license": "GPL v3",
|
||||
|
@ -490,6 +490,10 @@
|
||||
})
|
||||
},
|
||||
editedParkings() {
|
||||
if(this.featureLookup===undefined || this.featureLookup[index]===undefined) {
|
||||
console.error("Lookup " + index + " failed ");
|
||||
this.buildLookup()
|
||||
}
|
||||
console.log('Edited Parkings : ' + this.$store.state.Parkings.items)
|
||||
this.$store.state.Parkings.items.forEach( newElement => {
|
||||
console.log(newElement);
|
||||
|
Loading…
Reference in New Issue
Block a user