UI with selectable AIS ship target list

Ok, am I correct: by passing msg.options you set the options used for the dropdown menu?
(I would never have thought of that...)

Due to the list is updated, the entries in the dropdown jumped ... looks like the list is initialized every run ando the selection is removed as well... the ships .speedOverGround is only passed in the second, the mmsi is selected from the list
I added a flow.ship, which holds the selection from the dropdown... that worked fine.

little bug: after selecting the mmsi in the dropdown, it's not shown at the dashboard any more. But that's not so important anyway...

flows.json (35.1 KB)