Open nguedon opened 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:
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)
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 :)
Workaround found: replacing "abcd" by "c" in module.js
If you have a better solution.
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:
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)
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 :)