Skip to content

Commit

Permalink
fix: geojson render novalue error
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Oct 9, 2024
1 parent 0d0b1d5 commit 029ca5b
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 77 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-baboons-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dde-earth/plugin-geojson-loader": patch
---

fix default value error
2 changes: 1 addition & 1 deletion packages/plugin-geojson-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"node": "^18.0.0 || >=20.0.0"
},
"dependencies": {
"@cesium-extends/geojson-render": "^1.0.6",
"@cesium-extends/geojson-render": "^1.0.7",
"@cesium-extends/primitive-geojson": "^1.0.9",
"@turf/turf": "^6.5.0",
"dde-earth": "workspace:^"
Expand Down
Loading

0 comments on commit 029ca5b

Please sign in to comment.