pR0Ps / grafana-trackmap-panel

A panel for Grafana that visualizes GPS points as a line on an interactive map
https://grafana.com/plugins/pr0ps-trackmap-panel
Apache License 2.0
137 stars 61 forks source link

No dot on the map #50 #83

Closed rodri16 closed 6 months ago

rodri16 commented 1 year ago

No dots using Grafana v9.3.6 and Trackmap v2.1.4

yugako commented 1 year ago

The same for me with Grafana v9.4.7

TZECHIN6 commented 1 year ago

The document only mention it takes "lat" and "long" as Time series data, so.... how about the dot?

pR0Ps commented 1 year ago

The dot is rendered based on the currently hovered data point as seen in this screenshot: https://github.com/pR0Ps/grafana-trackmap-panel/blob/master/src/img/topo-crosshair.jpg

My suspicion as to why it's not showing up in newer Grafana versions is that this plugin was built using Angular and Grafana has moved on to React (see #84). They have shims in place, but I guess they're not perfect.

rodri16 commented 11 months ago

It is possible to migrate from Angular to React but don't know how much work does it implies to you @pR0Ps Migrate from AngularJS to React