diff --git a/src/ol/render/canvas/ExecutorGroup.js b/src/ol/render/canvas/ExecutorGroup.js index cad4cb3093d..3ec75f7a735 100644 --- a/src/ol/render/canvas/ExecutorGroup.js +++ b/src/ol/render/canvas/ExecutorGroup.js @@ -219,6 +219,8 @@ class ExecutorGroup { this.hitDetectionContext_ = createCanvasContext2D( contextSize, contextSize, + undefined, + {willReadFrequently: false}, ); } const context = this.hitDetectionContext_;