react-simple-maps
react-simple-maps copied to clipboard
How to get the map appear like a flat one instead of the way it is on a curved surface?
Pass the projection="geoMercator" prop to ComposableMap.
<ComposableMap projection="geoMercator" width="1000" projectionConfig={{ rotate: [-10, 0, 0], scale: 150 }} >