You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The polygon is drawn on top of the labels because there is no before argument specified for the additional fill layer thus the layer will be appended to the end of the layers array.
Actual Behavior
The labels are drawn on top.
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version: v0.45.0
browser: Chrome on Linux
Steps to Trigger Behavior
Add a layer of type
fill
to the streets-v9 style withmap.addLayer
without providing abefore
argument.Link to Demonstration
http://jsbin.com/seviqomame/edit?html,output
(which is https://www.mapbox.com/mapbox-gl-js/example/geojson-polygon/ with increased fill-opacity)
or
http://jsbin.com/pikisolehu/edit?html,output
(which is https://www.mapbox.com/mapbox-gl-js/example/geojson-layer-in-stack/ without
before
argument and increased fill-opacity)Expected Behavior
The polygon is drawn on top of the labels because there is no
before
argument specified for the additionalfill
layer thus the layer will be appended to the end of the layers array.Actual Behavior
The labels are drawn on top.
The text was updated successfully, but these errors were encountered: