Label is gone when it is zoomed out

Hello Bao Tran. Your first soultion works. The olny difference with your code probably in the Var Options, I have another parameter clampToGround : true.

var kmlOptions = {
camera : viewer.scene.camera,
canvas : viewer.scene.canvas,
clampToGround : true
};

Thank you for the fast response :slightly_smiling_face:

1 Like