Skip to content

Commit ea4ebc8

Browse files
committed
Website updates
1 parent e4cdbe3 commit ea4ebc8

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

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/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/source/Raster.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -852,8 +852,8 @@ class RasterSource extends ImageSource {
852852
this.renderedImageCanvas_.getImage().getContext('2d')
853853
);
854854
} else {
855-
const width = Math.round(getWidth(extent) / resolution);
856-
const height = Math.round(getHeight(extent) / resolution);
855+
const width = frameState.size[0];
856+
const height = frameState.size[1];
857857
context = createCanvasContext2D(width, height);
858858
this.renderedImageCanvas_ = new ImageCanvas(
859859
extent,

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)