Publish the map collection data as an React/NPM package
The maps provided at http://code.highcharts.com/mapdata/ are useful, but in modern web apps most dependencies are managed with a package system, and for JavaScript projects mostly commonly that is NPM. So this suggestion is to publish the map data in an NPM package, similar to the way there's a React wrapper project.
Noted at https://github.com/highcharts/highcharts-react/issues/55 currently the only way to bring this data into a React project is to do it manually.
The current version v1.1.2 of our map collection has now been published to npm under the name @highcharts/map-collection.
For more information about the package please see https://www.npmjs.com/package/@highcharts/map-collection
-
cheshrkat commented
Awesome! Thank you :)