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 was reading about the effect of zooming on the map layers and I found some issue on Github that should resolve the problem: mapbox/mapbox-gl-js#2074 mapbox/mapbox-gl-js#2074 (comment)
I tried to set the opacity to 0.99 to force the layer to appear, but it did not work.
My last chance was to analyze the layer. So I realized the style of the map includes some colors layer. I set the background to monochrome on dark mode and tried to analyze the layer again.
To finish I put the dataset on MapBox Studio and tried to find something in the properties that can help me. Then I see that when the map upgrades your data of regions, the layers broke.
2021-02-26.11-32-15.mp42021-02-26.11-32-39.mp4
I guess the issue of this transparency on layers is data inconsistency in our geojson.
At certain zoom levels, the map appears to stop drawing parts of some of the SA2s. It's almost like the map layers are z-index fighting.
Here's a video showing the bug in Chrome on a Mac.
The text was updated successfully, but these errors were encountered: