style: maximize map zoom to scale 170 and center at 10N
This commit is contained in:
@@ -44,7 +44,7 @@ const WorldMap = ({ data }: WorldMapProps) => {
|
|||||||
<ComposableMap
|
<ComposableMap
|
||||||
width={800}
|
width={800}
|
||||||
height={400}
|
height={400}
|
||||||
projectionConfig={{ rotate: [-10, 0, 0], scale: 155, center: [0, 0] }}
|
projectionConfig={{ rotate: [-10, 0, 0], scale: 170, center: [0, 10] }}
|
||||||
className="w-full h-auto"
|
className="w-full h-auto"
|
||||||
>
|
>
|
||||||
<Geographies geography={geoUrl}>
|
<Geographies geography={geoUrl}>
|
||||||
|
|||||||
Reference in New Issue
Block a user