Skip to content

Commit a4b5b10

Browse files
committed
Website updates
1 parent bcd4f0f commit a4b5b10

File tree

9 files changed

+18
-8
lines changed

9 files changed

+18
-8
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/render/canvas/style.d.ts.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/render/canvas/style.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,12 @@ function buildText(flatStyle, context) {
541541
context,
542542
);
543543

544+
const evaluateKeepUpright = booleanEvaluator(
545+
flatStyle,
546+
prefix + 'keep-upright',
547+
context,
548+
);
549+
544550
const evaluatePadding = numberArrayEvaluator(
545551
flatStyle,
546552
prefix + 'padding',
@@ -662,6 +668,10 @@ function buildText(flatStyle, context) {
662668
text.setPadding(evaluatePadding(context));
663669
}
664670

671+
if (evaluateKeepUpright) {
672+
text.setKeepUpright(evaluateKeepUpright(context));
673+
}
674+
665675
return text;
666676
};
667677
}

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)