Skip to content

Commit 2ee7fe0

Browse files
authored
Add missing option to GeoJSONOverlay type (#1392)
1 parent 6637ada commit 2ee7fe0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/three/plugins/images/ImageOverlayPlugin.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class GeoJSONOverlay extends ImageOverlay {
5353
levels?: number, // max rasterization zoom
5454
pointRadius?: number,
5555
strokeStyle?: string,
56+
strokeWidth?: number,
5657
fillStyle?: string,
5758
color?: number | Color,
5859
opacity?: number,

0 commit comments

Comments
 (0)