Does anyone know if its possible to use GeoJSON styling when creating shapes within the Orchestracities map panel? I’m currently inputting LineStrings looking like:
“{“coordinates”:[[lon,lat],[lon,lat]],“type”:“LineString”}”
Would it be possible to style these to lets say be thinner, change opacity or change colours according to the input data?