mapbox-gl-js icon indicating copy to clipboard operation
mapbox-gl-js copied to clipboard

When using line styles for surface-type data, unexpected line segments may be generated.

Open YXYCZXY opened this issue 2 years ago • 0 comments

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.: image

When the line segment is thick. Unexpectedly generated lines are the same as tile lines. image

YXYCZXY avatar Dec 28 '23 01:12 YXYCZXY