Hi!
I would like to create a editor for a geojson dataset in a cesium map. The editor should be able to add points and add one comment (label) to the point.
This should happen when a user click in the map.
When the user clicks save it should be added to the geojson dataset and be saved.
This would be used for our citizen to leave coordinate specific comments for places in our municipality.
I have looked a bit at:
https://www.visionport.com/cesium-kml-czml-editor/
But it’s not exactly what I was looking for and maybe there is a simpler or just more examples of what i am trying to achieve.
The users does not have to see all the other comments that have been leaved I just need their comments to be saved in some way with geodata. And it does not have to be a Geojson file if its simpler with another like CZML or KML.
I am really new to both javascript and cesium.