Currently I'm drawing polyline using LineLayer and adding it to the map using style.addLayer(lineLayer)
. I noticed that polyline is drawn on top of the street labels. I want to get it under the labels in the map.
I found the method style.addLayerBelow(lineLayer, <belowLayerId>)
method will resolve this but couldn't find the correct id to use as belowLayerId. Can anyone please help me on this matter.