react-simple-maps icon indicating copy to clipboard operation
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?

Open SIRISHA-SHARON opened this issue 3 years ago • 1 comments

SIRISHA-SHARON avatar Oct 06 '21 18:10 SIRISHA-SHARON

Pass the projection="geoMercator" prop to ComposableMap.

<ComposableMap projection="geoMercator" width="1000" projectionConfig={{ rotate: [-10, 0, 0], scale: 150 }} >

rishavbharti avatar Jun 02 '22 12:06 rishavbharti