我使用react-simple-maps来显示阿根廷的SVG地图,但问题是react-simple- map显示的地图尺寸很小,并且没有居中。我尝试了一些方法来修复它,但我不知道如何修复它。
这是我的代码所在的codesandbox:- https://codesandbox.io/s/basic-map-forked-9x1bl
发布于 2020-11-02 22:51:15
如果您遇到缩放问题,可以尝试使用ZoomableGroup上的ZoomableGroup
您可以通过导入import { ZoomableGroup } from "react-simple-maps"来使用它
https://stackoverflow.com/questions/64635542
复制相似问题