mapbox-gl-draw
mapbox-gl-draw copied to clipboard
zIndex of the drawing selection
Is there a way how to make the drawing shape the highest in layer levels, similar to "z-index" like in css?
you can move "z-index" of a layer with the map.moveLayer function and the way mapbox-gl-draw's layer's identifier works is described in the API.md along with some examples