mapbox-gl ..でレイヤーテキストフィールドの背景色を追加する方法、またはテキストフィールドに背景ボックスがあるようにする方法
map.addLayer({
"id": "markers",
"type": "symbol",
"source": "markers",
"layout": {
"icon-image": "{marker-symbol}-15",
"text-field": "{title}",
"text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"],
"text-offset": [0, 0.6],
"text-anchor": "top"
}
});