Hello everyone, in my project we used labels for objects - and everything is fine. BUT if several objects have close positions - labels start to overlap - it looks bad for reading data.
Is there a Cesium label alignment system similar to CSS-Flex (or Grid)?
Thank you for bringing your question to the community! Two initial thoughts.
- You can edit the visual characteristics of the labels (font, size, rotation, etc.). This might help avoid overlap and make the text more clear.
- Check out the
BillboardCollection
documentation. It can help you manage how your objects are displayed as camera position changes. Our clustering demo showcases how this can be accomplished.
Please let me know if you have any other questions or concerns! I am looking forward to learning more about your use case.
-Sam