We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b106a27 commit 9d35f45Copy full SHA for 9d35f45
src/lib/components/data-vis/map/Map.svelte
@@ -28,10 +28,9 @@
28
import { page } from "$app/state";
29
import { joinData } from "./dataJoin.js";
30
31
- import maplibregl from "maplibre-gl";
32
- import { LngLatBounds } from "maplibre-gl";
+ import maplibre from "maplibre-gl";
+ const { LngLatBounds } = maplibre;
33
34
- // import type { LngLatBoundsLike } from "maplibre-gl";
35
let {
36
data,
37
customPalette,
0 commit comments