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

#18 add grafana 7 compatibility #24

Closed j-or closed 3 years ago

j-or commented 3 years ago

fix https://github.com/alexandrainst/alexandra-trackmap-panel/issues/18

nlubello commented 3 years ago

Tested on Grafana 7.2.1 with influxDB query SELECT "lat"::float / 10000000 AS "lat", "long"::float / 10000000 AS "lon" FROM "gps" WHERE ("device" = 'Telemetry_ESP32_0001') AND $timeFilter

usommerl commented 3 years ago

Hi,

Thanks for working on Grafana 7 compatibility. I'm really looking forward to this! I have tested this PR with Grafana v7.2.1 and an InfluxDB data source successfully.

I have noticed that some features of v1.2.x are no longer present in this version. These features are not that important for my use case right now, but I will mention them here nonetheless:

Alkarex commented 3 years ago

Thanks for the feedback @usommerl 👍 I think that is good enough for a first release of this new 2.x branch.

sefininio commented 3 years ago

Hi,

Thanks for working on this compatibility 7.x.x issue! However, I don't see it in the grafana plugin store: https://grafana.com/grafana/plugins/alexandra-trackmap-panel the newest version there is 1.2.5

When will 2.0.0 be released?

usommerl commented 3 years ago

@jsBlackBelt Please subscribe to this PR

Alcarin commented 3 years ago

Seems Grafana developer are waiting your feedback @Alkarex ?