CV and LHA icons are now the same colour as airfields.

Destination markers now have transparency.
This commit is contained in:
Simon Clark
2021-06-20 15:33:01 +01:00
parent 1e2522375b
commit 0793e9afc5
17 changed files with 17 additions and 16 deletions

View File

@@ -398,6 +398,7 @@ class ControlPoint {
zIndexOffset: 1000,
draggable: this.cp.mobile,
autoPan: true,
opacity: 0.5,
})
.on("dragstart", () => {
this.secondaryMarker.addTo(controlPointsLayer);