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.
![](https://secure.gravatar.com/avatar/5c50eae20febff258a829ae817738d54?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
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 :)