# echarts-map-geoJson **Repository Path**: maxiaoqu/echarts-map-geoJson ## Basic Information - **Project Name**: echarts-map-geoJson - **Description**: echarts地图边界数据的实时获取与应用,省市区县多级联动下钻,真正意义的下钻至县级,geoJson文件下载! - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2020-06-01 - **Last Updated**: 2023-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

echarts-map-geoJson

通过地图API获取实时最新的geojson数据,摆脱geojson文件数据过期的烦恼。 省市区县下钻。实现真正的下钻至县级,而不是只到市级。 亦可下载最新geojson数据。喜欢的话,欢迎star

## 相关链接 - [gitHub地址](https://github.com/maxiaoqu/echarts-map-geoJson) - [案例地址](http://example.maxiaoqu.com/map-geoJson) ## 主要维护人员 |人员|github账号|头像|作者博客|作者网站|联系邮箱| |---|---|---|---|---|---| |码小趣|[maxiaoqu](https://github.com/maxiaoqu) | ![](https://avatars1.githubusercontent.com/u/25891598?s=60&v=4)|http://blog.maxiaoqu.com|http://www.maxiaoqu.com|maxiaoqu@gmail.com ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ```