I have an application, which creates a GeoJSON stream on the server, which is then rendered on the client (using CesiumJS). GeoJSON is created using GeoTools.
I want to pass some custom data to the client about a particular point. This custom data will determine, how the client renders that...