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
This is very likely #7023. The rings are very closely positioned, so it's easy to introduce a degeneracy like touching / intersecting rings when simplifying the data for a zoom level.
mapbox-gl-js version:
v2.0.1
browser:
chrome 87.0.4280.141(正式版本) (x86_64)
Steps to Trigger Behavior
<title>Polygon</title> <script src='https://api.tiles.mapbox.com/mapbox-gl-js/v2.0.1/mapbox-gl.js'></script> <style> body { margin: 0; padding: 0; }When the level is greater than 17 and less than 18
When the level is less than 17
Link to Demonstration
Expected Behavior
The center plane should not be filled
Actual Behavior
The center surface is filled between 17 and 18 levels
The text was updated successfully, but these errors were encountered: