MartinP460 / react-denmark-map

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

Feat/remove alt position props 19 #43

Closed GeorgeNonis closed 8 months ago

GeorgeNonis commented 8 months ago

1) Removed the props bornholmAltPosition , laesoeAltPosition ,anholtAltPosition and corresponding types from the Map component . 2) Remove altD field from the Area type above the Map component 3) Update the documentation accordingly. 4) Removed the Municipalities&Regions example in the demo and its description in descriptions.ts . 5) Removed the WithHighlightedRegions story in `packages/core/src/components/areas/municipalities/Municipalities.stories.tsx.