# echarts-map **Repository Path**: aincloud/echarts-map ## Basic Information - **Project Name**: echarts-map - **Description**: echarts-map,中国地图预览,支持下钻至 省-市-区 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://lecoler.gitee.io/echarts-map - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-04-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # echarts-map #### 介绍 echarts-map,中国地图预览,支持下钻至 省-市-区 [在线预览](https://lecoler.gitee.io/echarts-map) #### 运行环境 下列只需满足 1 或 2 即可运行访问 1. 需在本地搭建http服务,访问 index.html (可用 阿帕奇配置转发代理) 例如:http://localhost:8080/map/index.html 或 2. 简单快速方法 2.1.使用谷歌浏览器 2.2.在谷歌浏览器的快捷方式 目标处添加参数启动 2.3 -disable-web-security -user-data-dir="d:\Temp" 例如: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" -disable-web-security -user-data-dir="d:\Temp" ​ 2.4.打开修改后的谷歌浏览器,再打开 index.html (即用带参数启动的谷歌浏览器访问index.html)