mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:27:08 +00:00
Remove dead code
This commit is contained in:
@@ -262,6 +262,7 @@ export default {
|
|||||||
return new SimpleMeshLayer({
|
return new SimpleMeshLayer({
|
||||||
id: 'navp',
|
id: 'navp',
|
||||||
data: [ this.vesselPosition ],
|
data: [ this.vesselPosition ],
|
||||||
|
//getColor: [ 255, 48, 0 ],
|
||||||
getColor: [ 174, 1, 174 ],
|
getColor: [ 174, 1, 174 ],
|
||||||
getOrientation: d => [0, (270 - (d.heading ?? d.cmg ?? d.bearing ?? d.lineBearing ?? 0)) % 360 , 0],
|
getOrientation: d => [0, (270 - (d.heading ?? d.cmg ?? d.bearing ?? d.lineBearing ?? 0)) % 360 , 0],
|
||||||
getPosition: d => [ d.x, d.y ],
|
getPosition: d => [ d.x, d.y ],
|
||||||
|
|||||||
Reference in New Issue
Block a user