grafana / worldmap-panel

Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points.
MIT License
310 stars 199 forks source link

InfluxDB timeseries data with json location issue #325

Open Sheap opened 3 years ago

Sheap commented 3 years ago

Hi, I'm struggling to get any data to show up in the map. I've tried many different suggestions from many threads, but so far, no joy. I don't even get an error message to point me in the right direction. Here is my current query config: Screenshot 2021-07-21 at 11-04-37 NoiseIO - Grafana

data is successfully being retrieved:

Screenshot 2021-07-21 at 11-19-07 NoiseIO - Grafana

The location config: Screenshot 2021-07-21 at 11-16-10 NoiseIO - Grafana The endpoint is my own server - the inspector shows that it's successfully retrieving:

[
    {
        "key": "1",
        "latitude": 48.179554,
        "longitude": 11.595701,
        "name": "Windowsill"
    },
    {
        "key": "0",
        "latitude": 48.179596,
        "longitude": 11.5955515,
        "name": "Desk"
    }
]