我尝试使用URL将TopoJson Map添加到我的标记中:https://raw.githubusercontent.com/soncomqiq/front-end-forensic/master/gadm36_THA_1.json无法正常工作
但是,如果我添加URL:https://gist.githubusercontent.com/GordyD/49654901b07cb764c34f/raw/27eff6687f677c984a11f25977adaa4b9332a2a9/countries-and-states.json这是工作。
我不知道为什么我的地图不会被渲染。
我的gadm36_THA_1.json是通过以下步骤(步骤6)https://medium.com/@augustgiles8/rendering-the-us-with-react-simple-maps-2e31fe7d49d生成的
<ZoomableGroup center={[-8.3, -46.8]} disablePanning>
<Geographies geography="https://raw.githubusercontent.com/soncomqiq/front-end-forensic/master/gadm36_THA_1.json">
{(geographies, projection) =>
geographies.map((geography, i) =>
<Geography...
最后,我知道为什么我的地图没有渲染。实际上,我的地图确实渲染,但我配置了中心并缩放错误。它呈现但它不合时宜。