Hi All,
We have business events in a structure similar to the following: {
"tripname": "ger-to-uk",
"src_latitude": 38.1,
"src_longitue": -26,
"target_latitude": 50.1,
"target_longitude": 31,
"people": 5
}
The purpose is to show on the connection map visualization the routes from source to target. It is not clear from the documentation sample how source and target coordinates should be handled in order to draw such lines correctly.
The end goal is to try and even highlight routes with more people.