Skip to content

Commit

Permalink
0.38.1 (#631)
Browse files Browse the repository at this point in the history
* not clear data when layer remove

* 0.38.1
  • Loading branch information
deyihu authored Sep 21, 2023
1 parent 672686d commit 002d643
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maptalks.three",
"version": "0.38.0",
"version": "0.38.1",
"description": "A maptalks Layer to render with THREE.js.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,7 @@ class ThreeLayer extends maptalks.CanvasLayer {
this.off('identifyempty', this._emptyIdentifyThis);
}
map.off('zooming zoomend', this._zoomendThis, this);
this.clear();
// this.clear();
return this;
}

Expand Down

0 comments on commit 002d643

Please sign in to comment.