Skip to content

Commit 397953e

Browse files
committed
Website updates
1 parent da4d8f3 commit 397953e

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

dist/en/main/examples/common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/offscreen-canvas.worker.worker.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/offscreen-canvas.worker.worker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/geom/Geometry.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ class Geometry extends BaseObject {
322322
0,
323323
0,
324324
);
325-
transform2D(
325+
const transformed = transform2D(
326326
inCoordinates,
327327
0,
328328
inCoordinates.length,
@@ -331,8 +331,8 @@ class Geometry extends BaseObject {
331331
outCoordinates,
332332
);
333333
return getTransform(sourceProj, destination)(
334-
inCoordinates,
335-
outCoordinates,
334+
transformed,
335+
transformed,
336336
stride,
337337
);
338338
}

dist/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)