alexandrainst / alexandra-trackmap-panel

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

Add support for last position marker #30

Closed CodeFunta closed 4 years ago

j-or commented 4 years ago

Thanks for the PR @CodeFunta! Nice work. It was no longer possible to show the regular icon on all markers, so I made a few changes. It uses a "secondary icon" instead of a "last icon", which makes it more flexible if we want to do more things with the icons. I changed the config switches to match this, and made it so the "markers" and "ant path with markers" views have the same options. You should still be able to achieve the same views as before my changes (and more). I also put the default icon back, as I don't want to change it to a custom one.

Alkarex commented 4 years ago

@CodeFunta Your code is included in the newest release 2.1.0 (please give it a try and let us know), which is currently under review at Grafana https://github.com/grafana/grafana-plugin-repository/pull/766