mapbox-gl-js
mapbox-gl-js copied to clipboard
When using line styles for surface-type data, unexpected line segments may be generated.
mapbox-gl-js version:2.15.0
browser:chrome
Steps to Trigger Behavior
1.Loading surface-type data as a line layer. 2.When the line thickness is set to a large value, unexpected lines may appear, overlapping with tile lines. 3.As shown in the following image.
When the width of the line segment is normal.:
When the line segment is thick.
Unexpectedly generated lines are the same as tile lines.