Quantcast
Channel: InfluxDB - Grafana Labs Community Forums
Viewing all articles
Browse latest Browse all 199

"longitude" not recognised in geomap

$
0
0

Hi everyone, I have a problem with the geomap visualisation in grafana. My data is stored in influxdb, It is stored as seen below :


> SHOW FIELD KEYS FROM devices
name: devices
fieldKey          fieldType
--------          ---------
humidity          float
latitude          float
longitude         float
name              string
power             float
rssi              float
snr               float
temperature       float
temperature_sonde float
value             float

My problem is when I try to display it as geomap in Grafana : It only works if I fill lat and lon with the field “latitude”, as if “longitude” was not recognised…

With lat and lat, it works !


but With lat and lon, problem…

yet both fields are float… I use Grafana v10.4.2 (22809dea50)

I tried to modify each configuration field to see if there is a bug somewhere. I tried the “auto” mode to get coordinates, the manual mode, modify the aliases… I also did a “math(/100)” to be very sure that “lon” is recognised as a float, and it’s ok for this !

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 199

Trending Articles