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
I generate geojson data using d3.contounr, the data contains features of MultiPolygon. When I render it with fill layer, the small zoom it will merge, when I scale zoom, it will normal. Here is the example. example
mapbox-gl-js version: 1.6.0
browser: chrome
Steps to Trigger Behavior
Add GeoJSON data with array of MultiPolygon
small zoom it will merged, but it is wrong.
large zoom it shows normal
The text was updated successfully, but these errors were encountered:
I generate geojson data using d3.contounr, the data contains features of MultiPolygon. When I render it with fill layer, the small zoom it will merge, when I scale zoom, it will normal. Here is the example.
example
mapbox-gl-js version: 1.6.0
browser: chrome
Steps to Trigger Behavior
The text was updated successfully, but these errors were encountered: