Skip to content

Commit 13dbc44

Browse files
committed
Finished adding showLedgend toggle
1 parent 2cc1ab6 commit 13dbc44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/data-vis/map/Map.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
setCustomPalette?: boolean;
139139
customBreaks?: number[];
140140
interactive?: boolean;
141+
showLedgend: boolean;
141142
onload?: (map: maplibregl.Map) => void;
142143
onerror?: (error: Partial<ErrorEvent>) => void;
143144
onclick?: (e: maplibregl.MapMouseEvent) => void;

0 commit comments

Comments
 (0)