Geomap not working with Grafana,InfluxDB,Flux

Hello, I am trying to display the coordinates on Geomap but unfortunately it does not work. I have the right name in _field but for some reason it doesn’t work.

I have already tried to look at different existing topics but no solution works so I try here.


I’m sorry if my English is not perfect, it’s not my native language.

Welcome

Your English is spot on. Use transformation to conver those lon,lat to numeric. Then make sure to use markers that have the coordinates lon,lat

thank you for your reply but unfortunately nothing has changed
image
image

remove line 7 and 8 in your flux and replace with

  |> pivot(rowKey:["_time"], columnKey: ["_field"], valueColumn: "_value")
  |> drop(columns: ["_start", "_stop", "_measurement"])

letest marche bien mon ami.

image

1 Like

Oh really thanks you, now it’s working

1 Like

First thanks you,

But do you know how can i get the same name of you ? it doesn’t say layer 1, lat ardas… and also i don’t know how to add other layer because of that
image

(my version of grafana is 8.2.5 don’t know if this is because of that)