Push to back

pull/36/head
portree_kid 4 years ago
parent 921321d3b0
commit 8a646490c8

@ -69,6 +69,11 @@
if (this.groundnet !== undefined) {
if (visible) {
this.groundnet.addTo(this.$parent.mapObject)
this.groundnet.eachLayer(l => {
if (l) {
l.bringToBack()
}
})
} else {
this.groundnet.removeFrom(this.$parent.mapObject)
}

Loading…
Cancel
Save