Kévin LE DOUGET
Kévin LE DOUGET
Same issue for me. When zoom level is under 4.5 all clusters and markers disappear. You can fin code used to define cluster: ```tsx interface IClusterProps extends React.PropsWithChildren { minZoom?:...
I created a project hosted in codesandbox. So you can see the bug and all code at https://codesandbox.io/s/aged-waterfall-fqe64k After some tests, this issue is only present with `Globe` projection. If...
Thanks for reply @SnailBones I test with vanilla JS and I have same issue (https://jsfiddle.net/Spaeda/snrkLz5d/4/). Like I said previously, it happens only with `globe` projection. In this example, you can...
Thx for workaround. I will wait new release of Mapbox GL JS