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 line-pattern used to render correctly on the line layer, even when terrain is enabled.
Actual Behavior
When terrain is enabled using setTerrain(), the line-pattern stops rendering entirely. The issue persists across different line-pattern images and remains even when adjusting zoom, pitch, or bearing.
The text was updated successfully, but these errors were encountered:
mapbox-gl-js version: v3.10.0, works as expected in v3.9.4
browser: Chrome, Safari, Firefox.
Steps to Trigger Behavior
line
layer withline-pattern
set to an image pattern.raster-dem
source and enable it withsetTerrain()
.Link to Demonstration
jsfiddle Example
Expected Behavior
The
line-pattern
used to render correctly on the line layer, even when terrain is enabled.Actual Behavior
When terrain is enabled using
setTerrain()
, theline-pattern
stops rendering entirely. The issue persists across differentline-pattern
images and remains even when adjusting zoom, pitch, or bearing.The text was updated successfully, but these errors were encountered: