Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/assets/guide/en/tutorial_docs/Chart_Types/Map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
13 changes: 13 additions & 0 deletions docs/assets/guide/zh/tutorial_docs/Chart_Types/Map.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)获取世界地图数据