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

Wrong name of Country #219

Closed pvavilis closed 2 months ago

pvavilis commented 5 years ago

Dear author,

The country of Macedonia is now named as North Macedonia according the agreement with Greece. As I checked the OpenStreetMap has already updated it maps, you could please update the maps of the plugin too.

https://edition.cnn.com/2019/02/13/europe/north-macedonia-name-change-intl/index.html https://www.consilium.europa.eu/en/policies/enlargement/republic-north-macedonia/

Hipska commented 5 years ago

So you are talking about MK and MKD that should have the name "North Macedonia"?

pvavilis commented 5 years ago

Yes according the last agreement between the two countries.

amotl commented 4 years ago

Dear @pvavilis,

thanks for bringing this up. We fixed this in our fork [1,2] through https://github.com/panodata/grafana-map-panel/commit/110a1e9f. Its most recent version can be installed side-by-side to Worldmap like outlined below.

With kind regards, Andreas.

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


# Install most recent version side by side
grafana-cli \
  --pluginUrl https://packages.hiveeyes.org/grafana/grafana-map-panel/grafana-map-panel-0.7.0.zip \
  plugins install grafana-map-panel

# Restart Grafana to activate plugin
systemctl restart grafana-server