highcharts / map-collection-dist

Other
30 stars 37 forks source link

Need to include Pakistan Map #36

Closed mueedahmed1 closed 4 years ago

mueedahmed1 commented 5 years ago

I need to use Pakistan map which is not included in this folder

@highcharts/map-collection/custom but exist in this folder @highcharts/map-collection/countries

when i include world map like this const mapWorld = require('@highcharts/map-collection/custom/world.geo.json'); so world map is shown but when i want to show Pakistan map like this const mapWorld = require('@highcharts/map-collection/countries/pk/pk-all.geo.json'); So, Pakistan map is not showing.

How to show Pakistan map??

@KacperMadej Please help me!

KacperMadej commented 5 years ago

Hi @mueedahmed1

I'm unable to recreate the problem. The map loads fine and is visible even with wrong data as long as allAreas options is not set to false (it defaults to true, so not setting it is the same as setting it to true).

Please create a live demo or share more code that could be used to recreate the problem.

KacperMadej commented 4 years ago

Closing due to inactivity.