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
After upgrading from version 1.0.0 to 1.1.0 we experienced a rendering regression while rendering lines from a vector tile. See screenshot below for comparison between the two versions. An extra almost vertical line is rendered that should not be there.
In #2854 a similar issue has been posted, but in our case we don't get the warning Geometry exceeds allowed extent.
mapbox-gl-js version: 1.1.0
browser: latest Chrome, latest Firefox, latest Edge and latest Internet Explorer
So, the artifact is expected after #8306 — geometry for that feature indeed exceeds allowed extent. Now we need to investigate why there's no warning about it.
After upgrading from version 1.0.0 to 1.1.0 we experienced a rendering regression while rendering lines from a vector tile. See screenshot below for comparison between the two versions. An extra almost vertical line is rendered that should not be there.
In #2854 a similar issue has been posted, but in our case we don't get the warning
Geometry exceeds allowed extent
.mapbox-gl-js version: 1.1.0
browser: latest Chrome, latest Firefox, latest Edge and latest Internet Explorer
Screenshot
Steps to trigger behavior
Source code of example
https://github.com/jkoelewijn/jkoelewijn.github.io/tree/master/issues/mapbox/mapbox-gl-js/line-rendering-regression
The text was updated successfully, but these errors were encountered: