Open dsaisho opened 5 years ago
the issue seems to be for requesting tile layers. once the globe container gets destroyed the tile layer still keeps calling for layers with broken url's. Is there a way to stop tile layer?
Hi, did you figure this out? Having same problem with tile layers.
Using globe with vue. I have a route called globe that inits the globe on create.
when I change route and go back to globe route the globe re initializes and re adds scripts to my header.
Is there a way to re initialize an already created globe? or a way to destroy globe?
Or if there a specific way to handle this in vue?