Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jolevesq committed Dec 2, 2024
1 parent 71d09a6 commit d97922f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class PointMarkers {
if (coordinates.length) {
let extent = coordinates[0] as number[];
for (let i = 1; i < coordinates.length; i++) {
extent = getExtentUnion(extent, coordinates[i]);
extent = getExtentUnion(extent, coordinates[i])!;
}

return extent;
Expand Down

0 comments on commit d97922f

Please sign in to comment.