How do I put a UI with labels and textfields on the Cesium map?
I want to provide the capability for the user to input data;
then I need to get the values they input and use them to visualize the results of these inputs in Cesium
Or, is there a way to add labels and textfields to the toolbar, or something like it?
Welcome to the CesiumJS community! I really appreciate that you took the time to write out your question on our forum
Labels and text fields can be added to the Cesium Viewer in the same way that you would add any other HTML element. Standard HTML and CSS can be used to customize the UI. Please let me know if you have any other questions or concerns.
-Sam