We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1609040 + 387322a commit e5cdf56Copy full SHA for e5cdf56
src/components/plots/CountryBorders.tsx
@@ -240,7 +240,7 @@ const CountryBorders = () => {
240
return(
241
<group
242
rotation={[rotateFlat ? -Math.PI/2 : 0, 0, 0]}
243
- scale={[globalScale, globalScale * (spherize ? 1 : aspectRatio), globalScale]}
+ scale={[globalScale, globalScale * (spherize ? 1 : 2 / aspectRatio), globalScale]}
244
>
245
246
visible={showBorders && !(analysisMode && axis != 0)}
0 commit comments