grafana / worldmap-panel

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

Partial worldmap display #192

Open nguedon opened 5 years ago

nguedon commented 5 years ago

Hello,

I have an issue on worldmap plugin (tested without any data). When we load the plugin panel, the default map is partially displayed. Missing some part of the map. Link to image that show the problem:

Capture

I didn't find any similar issue here.

The problem occurs on firefox or chrome or ie. Grafana release is 6.1 but also the same problem on 5.2 The plugin release is https://grafana.com/api/plugins/grafana-worldmap-panel/versions/0.2.0/download

If we look at webdevelopper traces we have some GET without response (image part of the map)

Capture

We can see that no response from distant server.

For example if we take this request: https://cartodb-basemaps-a.global.ssl.fastly.net/light_all/2/3/0.png It not responding on server "a" but if we change to server "b" or "c" or "d" there is one that answer the request.

Thanks if you have an idea of the problem :)

nguedon commented 5 years ago

Workaround found: replacing "abcd" by "c" in module.js

If you have a better solution.