Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when an Entity has billboard and point an set CLAMP_TO_GROUND OR RELATIVE_TO_GROUND billboard will be disappear; #7357

Open
xxbld opened this issue Dec 3, 2018 · 2 comments

Comments

@xxbld
Copy link

xxbld commented Dec 3, 2018

when an Entity has billboard and point an set CLAMP_TO_GROUND OR RELATIVE_TO_GROUND billboard will be disappear;

image

viewer.entities.add({
    position : Cesium.Cartesian3.fromDegrees(-75.59777, 40.03883),
    point:{
        heightReference:Cesium.HeightReference.CLAMP_TO_GROUND,
        pixelSize: 10
    },
    label:{
        text:'111',
        heightReference:Cesium.HeightReference.CLAMP_TO_GROUND
    },
    billboard :{
        heightReference:Cesium.HeightReference.CLAMP_TO_GROUND,
        image : '../images/Cesium_Logo_overlay.png'
    }
});
@hpinkos
Copy link
Contributor

hpinkos commented Dec 3, 2018

Thanks for reporting this and including the code example @xxbld! This might be related to #6087, but I'm not 100% sure.

I'm not sure how soon we'll be able to look into fixing this, but we'd be happy to review a pull request if you find a fix! For now, I would recommended adding the billboard as a separate entity as a workaround.

@Southjor
Copy link
Contributor

Southjor commented Mar 7, 2023

当前版本为 1.103.0,还是存在这个问题,请问官方会解决吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants