Fix translations

This commit is contained in:
Pieter Vander Vennet 2023-12-06 04:01:42 +01:00
parent 2c07b9544a
commit 7cd649b1b6
11 changed files with 340 additions and 141 deletions

View file

@ -323,7 +323,7 @@ export default class PointRenderingConfig extends WithContextLoader {
const label = self.label
?.GetRenderValue(tags)
?.Subs(tags)
?.SetClass("block center absolute text-center ")
?.SetClass("block center absolute text-center marker-label")
?.SetClass(cssClassesLabel)
if (cssLabel) {
label.SetStyle(cssLabel)