@antv/l7-component 2.9.27-alpha.0 → 2.9.27-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/marker-layer.js +1 -0
- package/lib/marker-layer.js +1 -0
- package/package.json +5 -5
package/es/marker-layer.js
CHANGED
|
@@ -184,6 +184,7 @@ var MarkerLayer = /*#__PURE__*/function (_EventEmitter) {
|
|
|
184
184
|
clusterMarker.remove();
|
|
185
185
|
});
|
|
186
186
|
this.mapsService.off('camerachange', this.update);
|
|
187
|
+
this.mapsService.off('viewchange', this.update);
|
|
187
188
|
this.mapsService.off('camerachange', this.setContainerSize.bind(this));
|
|
188
189
|
this.mapsService.off('viewchange', this.setContainerSize.bind(this));
|
|
189
190
|
this.markers = [];
|
package/lib/marker-layer.js
CHANGED
|
@@ -137,6 +137,7 @@ var MarkerLayer = class extends import_eventemitter3.EventEmitter {
|
|
|
137
137
|
clusterMarker.remove();
|
|
138
138
|
});
|
|
139
139
|
this.mapsService.off("camerachange", this.update);
|
|
140
|
+
this.mapsService.off("viewchange", this.update);
|
|
140
141
|
this.mapsService.off("camerachange", this.setContainerSize.bind(this));
|
|
141
142
|
this.mapsService.off("viewchange", this.setContainerSize.bind(this));
|
|
142
143
|
this.markers = [];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antv/l7-component",
|
|
3
|
-
"version": "2.9.27-alpha.
|
|
3
|
+
"version": "2.9.27-alpha.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"author": "lzxue",
|
|
26
26
|
"license": "ISC",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@antv/l7-core": "2.9.27-alpha.
|
|
29
|
-
"@antv/l7-utils": "2.9.27-alpha.
|
|
28
|
+
"@antv/l7-core": "2.9.27-alpha.1",
|
|
29
|
+
"@antv/l7-utils": "2.9.27-alpha.1",
|
|
30
30
|
"@babel/runtime": "^7.7.7",
|
|
31
31
|
"eventemitter3": "^4.0.0",
|
|
32
32
|
"inversify": "^5.0.1",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"supercluster": "^7.0.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@antv/l7-test-utils": "2.9.27-alpha.
|
|
38
|
+
"@antv/l7-test-utils": "2.9.27-alpha.1"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "4de1a35dd04dcb651d469b77aa66ab821453005c",
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
}
|