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

Transformed query won't display path #56

Closed SydoxX closed 3 years ago

SydoxX commented 3 years ago

Hello,

I'm currently trying to display a path queried via GraphQL. Unfortunately the data source does not allow to rename columns and only returns PostGIS coordinates as an object which are then flattened.


Query image


Returned columns image


I now simply reformatted the data with Grafanas 'Transform' feature. But the path is still missing on the map.

image

image

For comparison on the right side is a random walk which is displayed correctly on the map.

image

image

Am I doing something wrong or is there something wrong with transformations? Thank you.