highcharts / map-collection-dist

Other
29 stars 37 forks source link

The map of Ukraine used in Highmaps has incorrect names for cities/regions #114

Closed OleksandrMalinin closed 11 months ago

OleksandrMalinin commented 1 year ago

Product version

Highmaps https://code.highcharts.com/mapdata/countries/ua/ua-all.topo.json

Live demo with steps to reproduce

https://jsfiddle.net/gh/get/jquery/1.11.0/highslide-software/highcharts.com/tree/master/samples/mapdata/countries/ua/ua-all

  1. Open the link above
  2. Some of UA region names have incorrect names

Expected behaviour

  1. Kyiv
  2. Kyiv City
  3. Odesa

Actual behaviour

  1. Kiev
  2. Kiev City
  3. Odessa
pawellysy commented 1 year ago

Hi @OleksandrMalinin, thanks for reporting this issue! I will transfer it to the map-collection repository, since this does not relate to Highcharts code, but to map itself.

KacperMadej commented 11 months ago

This is something that could be changed via series data like in this demo: https://jsfiddle.net/BlackLabel/jq2edmw5/

Relevant code parts:

As far as I can check those are alternative spellings. If you have an official source that could be linked claiming that the used names are wrong and should be changed please share and I could reopen the issue.

Closing as resolved.