highcharts / map-collection-dist

Other
30 stars 37 forks source link

Map for latest provinces and communes of Burundi #28

Closed jon-a-nygaard closed 4 years ago

jon-a-nygaard commented 5 years ago

This issue is a continuation of an issue reported in the highcharts/highcharts repository, please see highcharts/highcharts#9419 for full details.

pzisynergy commented 5 years ago

Hi,

Can the links below be helpful for commune level maps of Burundi for all 18 provinces. Please update the map for commune level

https://data.humdata.org/dataset/burundi-administrative-level-0-1-and-2-administrative-boundaries http://www.citypopulation.de/php/burundi-admin.php https://en.wikipedia.org/wiki/Category:Communes_of_Burundi

Thanks

KacperMadej commented 5 years ago

@pzisynergy

This took me longer than expected due to some issues with our map generation scripts, but here it is - a demo with a map of Burundi at communes level (admin 2): http://jsfiddle.net/BlackLabel/kp5oczev/

To keep both maps at the same place I'm adding link for the first part of the issue (admin 1 map) here: http://jsfiddle.net/BlackLabel/y8tgx5je/1/

KacperMadej commented 5 years ago

and here's a heavier version of the admin 2 if you need all details from the source map: http://jsfiddle.net/BlackLabel/kp5oczev/1/ (notice: the map file has ~0.5MB)

pzisynergy commented 5 years ago

Thank you very much for all the effort you took.
Just a query can these two be merged to show as drilldown the way its shown here https://www.highcharts.com/maps/demo/map-drilldown When a province is drilled down then communes should be displayed. Can this be implemented at developer level at our end using highmaps or that merging is provided by Highmaps in the sample shown

KacperMadej commented 5 years ago

@pzisynergy In the demo you have posted each US state has it's own map, but let's try something similar. Second level map data will be loaded and only communes from clicked province will be loaded. https://jsfiddle.net/BlackLabel/40fajcx2/

This was a technical support request, but to avoid jumping from one channel to another I have replied here. In case anything is not clear in the demo code please let me know and I'll explain.

pzisynergy commented 5 years ago

@KacperMadej , Thank you so much. Its almost the way we want. If our developer comes across any problem in understanding we will surely get back to you for support/help. Thanks again.

pzisynergy commented 5 years ago

Thanks for your ealier service for Burundi maps expansion on communes. I would like to know if it is possible to provide link in the tool tip provided for hover on maps. We would like to display a link to separate page where user can navigate. So user should be able to click on that link shown in the tooltip. Will it be possible? Please refer attached image for the same. tooltiprequired

KacperMadej commented 5 years ago

@pzisynergy - This is a new problem, so please address the question to a support channel that we could resolve it as a part of technical support. https://www.highcharts.com/support Issues in this repository are for bugs in map collection and is used as a bug tracker - this is not a bug and the problem is not about a map file.

P.S. Here's a related issue that with a workaround - https://github.com/highcharts/highcharts/issues/5722#issuecomment-249145442

pzisynergy commented 5 years ago

Thanks for the workaround suggestion. Hope it helps.