improve test with overlapping circles.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 7.5 KiB |
@@ -16,7 +16,7 @@ const map = new Map({
|
||||
target: 'map',
|
||||
view: new View({
|
||||
center: center,
|
||||
zoom: 13.1,
|
||||
zoom: 12.6,
|
||||
}),
|
||||
});
|
||||
|
||||
@@ -133,6 +133,7 @@ map.addLayer(
|
||||
text: feature.get('text'),
|
||||
font: 'italic bold 18px Ubuntu',
|
||||
textBaseline: 'bottom',
|
||||
offsetX: -25,
|
||||
offsetY: -17,
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user