Deselection
This commit is contained in:
parent
07042d92e7
commit
503dacd54a
@ -49,6 +49,13 @@ L.RunwayNode = L.Marker.extend({
|
||||
console.error(error);
|
||||
}
|
||||
},
|
||||
deselect() {
|
||||
try {
|
||||
this._icon.style['color'] = 'black';
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
}
|
||||
},
|
||||
extensions: function (editLayer) {
|
||||
this.options.attributes = {};
|
||||
if (typeof this.featureLookup[this.glueindex] === 'undefined') {
|
||||
|
Loading…
Reference in New Issue
Block a user