improve test with overlapping circles.

This commit is contained in:
VLCEK Martin
2022-05-05 13:26:12 +02:00
parent e1593ce59d
commit 9338286661
2 changed files with 2 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -16,7 +16,7 @@ const map = new Map({
target: 'map', target: 'map',
view: new View({ view: new View({
center: center, center: center,
zoom: 13.1, zoom: 12.6,
}), }),
}); });
@@ -133,6 +133,7 @@ map.addLayer(
text: feature.get('text'), text: feature.get('text'),
font: 'italic bold 18px Ubuntu', font: 'italic bold 18px Ubuntu',
textBaseline: 'bottom', textBaseline: 'bottom',
offsetX: -25,
offsetY: -17, offsetY: -17,
}), }),
}); });