Skip to content

Commit c364903

Browse files
committed
Merge branch 'master' of github.com:NASA-AMMOS/3DTilesRendererJS
2 parents 1de9983 + 26bd891 commit c364903

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2626
- Controls: Fixed case where pointer state may not have been reset correctly.
2727
- ImageOverlayPlugin: "enableTileSplitting" now works with "ADDITIVE" tiles.
2828
- EnforceNonZeroErrorPlugin: adjusted error is now based on the first parent with geometric error encountered.
29+
- Fixed up some types
2930

3031
## [0.4.18] - 2025.11.14
3132
### Added

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)