Skip to content

Commit 5679edc

Browse files
committed
Website updates
1 parent 4f25946 commit 5679edc

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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/ol/Overlay.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,8 +533,8 @@ class Overlay extends BaseObject {
533533

534534
this.setVisible(true);
535535

536-
const x = Math.round(pixel[0] + offset[0]) + 'px';
537-
const y = Math.round(pixel[1] + offset[1]) + 'px';
536+
const x = `${pixel[0] + offset[0]}px`;
537+
const y = `${pixel[1] + offset[1]}px`;
538538
let posX = '0%';
539539
let posY = '0%';
540540
if (

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.

0 commit comments

Comments
 (0)