forked from lyhmyd1211/GeoMapData_CN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/lyhmyd1211/GeoMapData_CN
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# GeoMapData_CN | ||
China geo data | ||
## 最新中国省市区县geoJSON格式地图数据(包含子区域)<br/> | ||
### 包括:<br/> | ||
#### 全国地图: china.json<br/> | ||
#### 全国各省地图:province<br/> | ||
#### 全国各市地图:city<br/> | ||
#### 全国各区县地图:county<br/> | ||
#### 全国省市区县所对应行政区划代码以及中心点的坐标:location.json (方便用于echarts上显示某个点的位置) | ||
|
||
可直接用于echarts地图的显示 | ||
|
||
数据来源: http://datav.aliyun.com/tools/atlas/ | ||
|
||
getMap.py为简易的爬虫脚本,需要无子域的地图或者自定义需求,自行修改 |