trackPointsStyle = ({
'type': 'symbol',
'layout': {
'icon-image': 'oneway',
'icon-rotate': { "type": "identity", "property": "heading" },
'text-field': ['get', 'title'],
'text-font': ['Open Sans Semibold', 'Arial Unicode MS Bold'],
'text-offset': [0, 0.6],
'text-anchor': 'top'
}
})