vkerttula

Results 2 comments of vkerttula

> Maybe you need "load-tile-set" event? > > ``` > tilesRenderer.addEventListener( 'load-tile-set', () => { > reorientationPlugin.transformLatLonHeightToOrigin(latRad, lonRad, height); > }); > ``` Thanks for the suggestion! You're right, attaching...

Thanks a lot for the reply and ideas, Mr. Johnson! > It's possible that a "ready" or "root tile set loaded" event would be better. I think updating the ReorientationPlugin...