diff --git a/docs/assets/guide/en/tutorial_docs/Chart_Types/Map.md b/docs/assets/guide/en/tutorial_docs/Chart_Types/Map.md index b33ffaedfc..436e5922e8 100644 --- a/docs/assets/guide/en/tutorial_docs/Chart_Types/Map.md +++ b/docs/assets/guide/en/tutorial_docs/Chart_Types/Map.md @@ -336,3 +336,12 @@ VChart.registerMap('world', geojson, { const vchart = new VChart(spec, { dom: CONTAINER_ID, animation: false }); vchart.renderSync(); ``` + + +# Get Map Data + +## China Map Data +You can get China map data from [geojson.cn](https://geojson.cn/data/atlas/china), but here we need to remind you that the map data uploaded to the line needs to be reviewed by the relevant department, otherwise there will be legal risks. + +## World Map Data +You can get world map data from [hub.arcgis.com](https://hub.arcgis.com/search) \ No newline at end of file diff --git a/docs/assets/guide/zh/tutorial_docs/Chart_Types/Map.md b/docs/assets/guide/zh/tutorial_docs/Chart_Types/Map.md index 81f16bc9d9..fe6d5c67ea 100644 --- a/docs/assets/guide/zh/tutorial_docs/Chart_Types/Map.md +++ b/docs/assets/guide/zh/tutorial_docs/Chart_Types/Map.md @@ -336,3 +336,16 @@ VChart.registerMap('world', geojson, { const vchart = new VChart(spec, { dom: CONTAINER_ID, animation: false }); vchart.renderSync(); ``` + +# 免费获取地图数 + +## 中国地图数据 +可以从[geojson.cn](https://geojson.cn/data/atlas/china)获取中国地图数据,但是这里需要提醒的是,上线的地图都需要经过有关部分进行审核,否则会有法律风险。 + +## 世界地图数据 +可以从[hub.arcgis.com](https://hub.arcgis.com/search)获取世界地图数据 + + + + +