Closed brendanyounger closed 7 years ago
Hi @brendanyounger ! Thanks for the issue. This seems to be related to this Tangram issue: https://github.com/tangrams/tangram/issues/584 . Tangram team is trying to release the fix soon, I will update you here when the fix is released.
We are expecting this bug to be fixed with the latest release (v0.8.2) which embeds Tangram v0.13.2
I keep getting exceptions like the following when calling
map.fitBounds()
using the latesthttps://mapzen.com/js/mapzen.js
.I am adding a LayerGroup to the map a few milliseconds after it is mounted and then calling
map.fitBounds()
a few milliseconds after that.and