alexandrainst / alexandra-trackmap-panel

Grafana map plugin to visualise coordinates as markers, hexbin, ant path, or heatmap.
MIT License
78 stars 26 forks source link

Tracking multiple items #3

Closed OddmarDam closed 4 years ago

OddmarDam commented 4 years ago

Hi.

Is it possible to track multiple items ? I have 3 ships that I'm tracking, data is stored as: Timestamp, Imo (ship identifier), Name, Lat, Lon

Drazair commented 4 years ago

Hey OddmarDam,

It is possible to track multiple items, it's just not recommended to use ant-path with multiple items, since it won't give a path for each items, but one path with all items coordinates.

To track multiple items you just have to query them from your database.