Skip to content

Commit

Permalink
Merge pull request #425 from guadaltel/develop
Browse files Browse the repository at this point in the history
2023518
  • Loading branch information
fbma authored May 19, 2023
2 parents 90bbcf8 + 8641118 commit 1b52afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mapea-js/src/impl/ol/style/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const getLabel = (options, featureVariable, layer) => {
textBaseline: Object.values(Baseline).includes(baseline) ? baseline : DEFAULT_BASELINE,
text: textLabel === undefined ? undefined : String(textLabel),
rotation: Simple.getValue(options.label.rotation, featureVariable, layer),
overflow: Simple.getValue(options.label.overflow, featureVariable, layer),
});
if (!isNullOrEmpty(options.label.stroke)) {
const { miterlimit, linedashoffset } = options.label.stroke;
Expand Down

0 comments on commit 1b52afb

Please sign in to comment.