Further refactor Map component.

Layer and tooltip definitions have been split out into different
files as mixins.

Uses Dougal binary bundles.
This commit is contained in:
D. Berge
2025-08-01 17:18:16 +02:00
parent 17c6d9d1e5
commit 44113c89c0
4 changed files with 956 additions and 505 deletions

View File

@@ -9,6 +9,7 @@
"dependencies": {
"@deck.gl/aggregation-layers": "^9.1.13",
"@deck.gl/geo-layers": "^9.1.13",
"@dougal/binary": "file:../../../modules/@dougal/binary",
"@dougal/concurrency": "file:../../../modules/@dougal/concurrency",
"@dougal/organisations": "file:../../../modules/@dougal/organisations",
"@dougal/user": "file:../../../modules/@dougal/user",