CN-1563 feat: 轨迹地图基础逻辑

This commit is contained in:
chenjinsong
2024-02-26 11:51:13 +08:00
parent d68ba693cc
commit 67e49540ec
12 changed files with 1172 additions and 34 deletions

View File

@@ -10,14 +10,19 @@
"analyz": "cross-env NODE_ENV=production npm_config_report=true npm run build"
},
"dependencies": {
"@amcharts/amcharts4": "~4.10.0",
"@amcharts/amcharts4": "^4.10.38",
"@amcharts/amcharts4-geodata": "^4.1.20",
"@antv/g6": "^4.8.17",
"@deck.gl/mapbox": "^8.9.34",
"@deck.gl/geo-layers": "^8.9.34",
"@turf/meta": "^6.5.0",
"axios": "^0.21.1",
"babel-plugin-lodash": "~3.3.0",
"codemirror": "^5.65.1",
"core-js": "~3.31.0",
"d3-array": "^3.2.4",
"dayjs": "^1.10.5",
"deck.gl": "^8.9.34",
"dexie": "~3.2.0",
"echarts": "^5.1.1",
"element-plus": "~1.0.2-beta.71",
@@ -31,7 +36,9 @@
"postcss-px2rem-exclude": "0.0.6",
"sass-loader": "~8.0.2",
"sass-resources-loader": "~2.2.5",
"simple-statistics": "^7.8.3",
"tiny-emitter": "^2.1.0",
"turf": "^3.0.14",
"vue": "~3.3.0",
"vue-grid-layout": "^3.0.0-beta1",
"vue-i18n": "~9.2.0",