Skip to content

Commit

Permalink
Chore Regl 图层高亮问题 (#2058)
Browse files Browse the repository at this point in the history
* chore: 重构一些 无用代码

* chore: 提取出 公共的uniforms

* chore: pick 方法

* chore: updae pick plugin

* chore: update devdependencies
  • Loading branch information
lzxue authored Nov 15, 2023
1 parent af6ffe5 commit 64a9dcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^6.0.0",
"@turf/turf": "^6.5.0",
"@types/bmapgl": "^0.0.7",
"@types/dat.gui": "^0.7.1",
"@types/gl": "^6.0.4",
"@types/jest": "^29.5.1",
Expand Down Expand Up @@ -127,7 +126,6 @@
"geojson2svg": "^1.3.3",
"geotiff": "^2.0.1",
"gh-pages": "^2.1.1",
"gl": "^6.0.2",
"glsl-minifier": "^0.0.13",
"html-webpack-plugin": "^4.3.0",
"http-server": "^14.1.1",
Expand Down Expand Up @@ -172,7 +170,6 @@
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.3.2",
"svg-inline-loader": "^0.8.0",
"tmap-types-temporary": "0.1.4",
"tokml": "^0.4.0",
"topojson": "^3.0.2",
"ts-jest": "^29.1.1",
Expand Down
6 changes: 4 additions & 2 deletions packages/maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
"@antv/l7-map": "2.19.10",
"@antv/l7-utils": "2.19.10",
"@babel/runtime": "^7.7.7",
"@types/amap-js-api": "^1.4.6",
"@types/mapbox-gl": "^1.11.2",
"gl-matrix": "^3.1.0",
"inversify": "^5.0.1",
"mapbox-gl": "^1.2.1",
Expand All @@ -42,6 +40,10 @@
},
"devDependencies": {
"@types/gl-matrix": "^2.4.5",
"@types/amap-js-api": "^1.4.6",
"@types/mapbox-gl": "^1.11.2",
"tmap-types-temporary": "0.1.4",
"@types/bmapgl": "^0.0.7",
"@types/viewport-mercator-project": "^6.1.0"
},
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
Expand Down

0 comments on commit 64a9dcc

Please sign in to comment.