CesiumGS/cesium
Clustering no longer works when assigning a label to datasource entities
Aberta
#13.361 aberto em 3 de abr. de 2026
good first issuetype - bug
Métricas do repositório
- Stars
- (11.758 estrelas)
- Métricas de merge de PR
- (Mesclagem média 15d 12h) (23 fundiu PRs em 30d)
Description
What happened?
Using the sandcastle example for clustering, all I've added is the label object and an empty string to each entity. Adding the empty string causes the clustering to break, leaving only the points.
dataSourcePromise.then(function (dataSource) {
for (const source of dataSource.entities.values) {
source.label = {
text: ''
}
}
...
})
Reproduction steps
See sandcastle example
Sandcastle example
Environment
Browser: Chromium CesiumJS Version: 1.140.0 Operating System: MacOS
AI acknowledgment
- I used AI to generate this issue report.
- (If the above is checked) I have reviewed the AI-generated content before submitting.