Hello everybody,
i am trying to use data from an influxdb bucket to visualize a Route using Grafana, but the route is not printed on the map.
The endresult should be a Dashboard to show a route of collected gps coordinates for a selected date.
While data is showing up in the table view it is only showing one decimal if i use the raw fields or run a Number Transformation on it.
The complete Float is only shown correctly if i run a String Transformation on it - but then the fields cannot be used anymore as longitude and latitude. Could that be the issue or am i missing something else?
I am aware that Route Layer is still in Beta - but maybe someone had some success with it?
Hell @yosiasz,
i am trying to figure out how to access the data in raw format - maybe this screenshot is sufficient in the meantine if it is about the structure?
The data is collected about every 20 seconds, the gps coordinates arent moving a lot, as the module is sitting at my work bench while i am working on it, so there might be some slight changes in the gps coordinates, but not a lot.
So i don´t expect it to create valid path as of now, but right now nothing is printed on the geomap - hence my question of this topic.
Thanks a lot @yosiasz,
this is the solution, i only had to delete the row
“|> filter(fn: (r) => r[“tag1”] == “geo”)” as i don´t have a tag in my data.
The markers and the path is working now with this query.