I am using Mapbox GL JS and I would like to add a choropleth layer, but show US state labels above the layer.
I have read this blog post about how to add layers underneath map labels. However, the example given explains how to add layers underneath city labels:
map.addLayer({
...
}, 'place_label_city_small_s'); // Place choropleth layer under these labels.
But how do I adapt this for US state labels? What should I use instead of place_label_city_small_s?
Is there a way that I can ensure all map labels appear on top of the layers?
place_label_other, what map style are you using light or street?? - Aravindplace_label_otherstill seems to hide the state labels (and city labels too). - Richardbackground- Aravindbackgroundwork?? - Aravind