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

South Sudan is missing #184

Open Hipska opened 5 years ago

Hipska commented 5 years ago

It seems that there is no location preset for South Sudan in dist/data/countries.json.

javl commented 4 years ago

Can't make a PR now, but I believe the entries should be:

  {
    "key": "SS",
    "latitude": 6.876992,
    "longitude": 31.306978,
    "name": "South Sudan"
  }

and

  {
    "key": "SSD",
    "latitude": 6.876992,
    "longitude": 31.306978,
    "name": "South Sudan"
  }
amotl commented 4 years ago

Dear @Hipska and @javl,

thanks for writing in. We just added both entries to our fork [1].

With kind regards, Andreas.

[1] https://community.panodata.org/t/grafana-map-panel/121

Hipska commented 4 years ago

Great, as here there seems to be no reaction from maintainers.

amotl commented 4 years ago

We might merge the fork back into mainline sometimes in the future, I have been in contact with @ryantxu and @daniellee about this. However, currently this has no priority and I believe everyone is busy evolving Grafana Core.

Saying this, we are keen on getting the fork into more hands to see if everything works for most people. So, we will be happy to hear back from you if the fork will work within your scenario.