bbj-screen-widget 2.4.69 → 2.4.70
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/bundles/bbj-screen-widget.umd.js +3 -1
- package/bundles/bbj-screen-widget.umd.js.map +1 -1
- package/bundles/bbj-screen-widget.umd.min.js +1 -1
- package/bundles/bbj-screen-widget.umd.min.js.map +1 -1
- package/esm2015/lib/tianditu/tianditu.component.js +4 -2
- package/fesm2015/bbj-screen-widget.js +3 -1
- package/fesm2015/bbj-screen-widget.js.map +1 -1
- package/package.json +1 -1
|
@@ -20618,7 +20618,9 @@
|
|
|
20618
20618
|
TiandituComponent.prototype.ngOnInit = function () {
|
|
20619
20619
|
return __awaiter(this, void 0, void 0, function () {
|
|
20620
20620
|
return __generator(this, function (_a) {
|
|
20621
|
-
|
|
20621
|
+
if (this.scale$) {
|
|
20622
|
+
i1.scaleAdapter(this.scale$, this.destroy$, this.zone, this.elementRef.nativeElement, this.widgetRef);
|
|
20623
|
+
}
|
|
20622
20624
|
this.initMap();
|
|
20623
20625
|
return [2 /*return*/];
|
|
20624
20626
|
});
|