TopoJson地图不会在react-simple-map模块中呈现

我试图将TopoJson Map添加到带有URL的标签中: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...


慕桂英4014372
浏览 153回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript