zcreativelabs / react-simple-maps

Beautiful React SVG maps with d3-geo and topojson using a declarative api.
https://www.react-simple-maps.io/
MIT License
3.03k stars 424 forks source link

How to get the map appear like a flat one instead of the way it is on a curved surface? #271

Open SIRISHA-SHARON opened 2 years ago

rishavbharti commented 2 years ago

Pass the projection="geoMercator" prop to ComposableMap.

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