mapbox/mapbox-gl-leaflet

L.MapboxGL not supporting bringToFront() bringToBack() functions ?

chwahab opened this issue · 1 comments

gl = L.mapboxGL({
style: data,
accessToken: 'no-token',
pane : 'overlays'
});
gl.addTo(map);
gl.bringToFront();

If Support , please guide me