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
Mapbox GL renders features in the order they appear in the source tiles (see mapbox/mapbox-gl-js#4361). This is particularly relevant when trying to achieve correct z-index for bridges/tunnels.
We should be able to sort features within a tile. This is probably best achieved by setting an optional (single-byte?) z-index value when writing to a layer, and then sorting features by this value before writing.
The text was updated successfully, but these errors were encountered:
Mapbox GL renders features in the order they appear in the source tiles (see mapbox/mapbox-gl-js#4361). This is particularly relevant when trying to achieve correct z-index for bridges/tunnels.
We should be able to sort features within a tile. This is probably best achieved by setting an optional (single-byte?) z-index value when writing to a layer, and then sorting features by this value before writing.
The text was updated successfully, but these errors were encountered: