Skip to content
Snippets Groups Projects

feat(vector-map): add support for homomultimer option

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -164,7 +164,7 @@ export default abstract class BaseMultiPolygon {
let index = 0;
this.styles.forEach(style => {
if (style.getText()) {
if (textScale > 0.3) {
if (this.fontSize * textScale > 4) {
style.getText()?.setScale(textScale);
style.getText()?.setText(this.polygonsTexts[index]);
index += 1;
Loading