【发布时间】:2022-01-09 21:04:50
【问题描述】:
click here to see the issue with the text overlap
文字相互重叠(点击上面的图片链接)。
"mapbox-gl": "^2.4.1",
层:
{
type: 'symbol',
layout: {
'text-field': '{nextShow}',
'icon-image':'assets/map/queue-bubble.png',
'icon-allow-overlap': true,
'icon-ignore-placement': true,
'text-allow-overlap': true,
},
paint: {
'icon-translate': [-25, -25],
'text-translate': [-28, -28],
'text-color': 'black',
'text-halo-color': 'white',
'text-halo-blur': 1,
'text-halo-width': 5,
}
}
谢谢。
【问题讨论】: