Aleksandr Shoronov
Aleksandr Shoronov
Hey, @BSoD38. It's quite an uncommon scenario, I guess: render such a large dataset without any [clustering](https://docs.mapbox.com/mapbox-gl-js/example/cluster/). I searched that the almost similar that was requested several years ago https://github.com/mapbox/mapbox-gl-js/issues/10931...
Thank you for the reports. Seems like our `TextDecoder`, which we use in [`pbf`](https://github.com/mapbox/pbf/blob/main/index.js#L8) faced a WebKit bug described here https://github.com/WebKit/WebKit/pull/43753 at least based on your comments _only on iOS/Mac_...
> seems to be related to the loading / refreshing of vector tiles @BasWagenmaker Do you use some specific custom data source? How often do you refresh data?
@BasWagenmaker Have you encountered this bug recently?
@BasWagenmaker what is the version of **Safari** in these reports? Thank you
Hello, @varna! Thank you for your contribution! To me, it seems that replacing of hat with crypto.randomUUID() will cause inability to use maps [on site without HTTPS](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID#browser_compatibility). I agree that...
Thank you for contribution! We decided to go with nanoid because of non-secure contexts #1318
Hey, @Hankybree! Thank you for the report! Some types weren't exported intentionally to emphasize that they are part of internal API, which we don't want to export, because it's not...