Add more layers to Map component.

This commits adds back the vessel track as well as other layers,
gives the option to load both point and line versions of the plan,
raw, and final sequences, and adds heatmaps showing positioning
error of raw and final data relative to preplots.

The implementation in this commit relies on translating the binary
sequence data into JSON (for the heatmaps) which is inefficient
but adequate as an initial proof of concept.
This commit is contained in:
D. Berge
2025-07-28 10:11:23 +02:00
parent 89c565a0f5
commit 244d84a3bd
3 changed files with 661 additions and 50 deletions

View File

@@ -7,6 +7,7 @@
"build": "vue-cli-service build"
},
"dependencies": {
"@deck.gl/aggregation-layers": "^9.1.13",
"@dougal/organisations": "file:../../../modules/@dougal/organisations",
"@dougal/user": "file:../../../modules/@dougal/user",
"@mdi/font": "^7.2.96",