To fix dragging and clicking to be in since, instead of setting $yaw/$pitch directly for the selectedFeature, it should call transform.zoomTo() (use <Transform bind:this={transform}>) to keep both in sync. This should fix the issue if you manually rotate the globe then click on a feature.
We might need to update Transform / zoomTo() to better support geo/projections
To fix dragging and clicking to be in since, instead of setting
$yaw
/$pitch
directly for the selectedFeature, it should calltransform.zoomTo()
(use<Transform bind:this={transform}>
) to keep both in sync. This should fix the issue if you manually rotate the globe then click on a feature.We might need to update
Transform
/zoomTo()
to better support geo/projections