WebGIS期末设计
1.文件架构
Mapbox_master ├─ JSON_Data ├─ assets ├─ css ├─ js ├─ css_user // 设计css样式 │ ├─ MapboxUICSS.css │ ├─ indexCSS.css │ ├─ bundle.css // 个性化路线 │ └─ sidebox.css ├─ js_user // 设计外部js文件 │ ├─ Echarts_option.js // echarts图表数据 │ ├─ MapboxCom.js // 关于mapbox的实现及功能 │ ├─ geoInfoAnalyse.js // 基于mapbox的空间分析及图层添加与管理 │ └─ index.js ├─ index.html ├─ mapbox240108.html └─ mapbox_col_trj_ani.html ├─ MapboxUI.html ├─ Routine.html