Skip to content

Commit 608c2b5

Browse files
authored
fix: add missing source prop to CircleLayer component (#138)
1 parent ebd4426 commit 608c2b5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/clear-seas-fall.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte-maplibre-gl': patch
3+
---
4+
5+
Fix: add missing source prop to CircleLayer

svelte-maplibre-gl/src/lib/layers/CircleLayer.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
extends Omit<maplibregl.CircleLayerSpecification, 'id' | 'source' | 'type' | 'source-layer'>,
1111
MapLayerEventProps {
1212
id?: string;
13+
source?: string;
1314
sourceLayer?: maplibregl.CircleLayerSpecification['source-layer'];
1415
beforeId?: string;
1516
children?: Snippet;

0 commit comments

Comments
 (0)