MartinP460 / react-denmark-map

Customizable plug-and-play map of Denmark for visual presentation🗺️
https://react-denmark-map.vercel.app/
MIT License
20 stars 4 forks source link

Fix Læsø not being displayed in demo #54

Closed MartinP460 closed 6 months ago

MartinP460 commented 6 months ago

Proposed changes

The island of Læsø was not displayed in the Municipalities example in the demo. This issue was due to the fact that the fill color of the municipality is calculated based on the population and since Læsø has a population of just ~1700, it would disappear completely.

How to test

  1. Run the demo project and verify that Læsø is visible in the Municipalities example.