You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clicking at the red arrow results in the wrong selected tile. This seems to only be a problem when terrain is enabled.
After digging around a little bit, it picks the correct tile after scene.globe.pick in ImageryLayerCollection.prototype.pickImageryLayerFeatures, but somewhere along the way a different tile gets chosen. I didn't look into it too much after that.
The text was updated successfully, but these errors were encountered:
Clicking at the red arrow results in the wrong selected tile. This seems to only be a problem when terrain is enabled.
After digging around a little bit, it picks the correct tile after
scene.globe.pick
inImageryLayerCollection.prototype.pickImageryLayerFeatures
, but somewhere along the way a different tile gets chosen. I didn't look into it too much after that.The text was updated successfully, but these errors were encountered: