Skip to content

Commit 0e7c9ce

Browse files
committed
Website updates
1 parent ea21c3d commit 0e7c9ce

9 files changed

+10
-8
lines changed

dist/en/main/examples/common.js

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/render/canvas/ExecutorGroup.d.ts.map

+1-1
Original file line numberDiff line numberDiff line change

dist/en/main/ol/render/canvas/ExecutorGroup.js

+2
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ class ExecutorGroup {
219219
this.hitDetectionContext_ = createCanvasContext2D(
220220
contextSize,
221221
contextSize,
222+
undefined,
223+
{willReadFrequently: false},
222224
);
223225
}
224226
const context = this.hitDetectionContext_;

dist/main.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)