@smarterplan/ngx-smarterplan-core 1.0.21 → 1.0.23
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/esm2020/lib/services/matterport-import.service.mjs +3 -5
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs +1 -3
- package/fesm2015/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs +1 -3
- package/fesm2020/smarterplan-ngx-smarterplan-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -8820,7 +8820,7 @@ class MatterportImportService {
|
|
|
8820
8820
|
this.importingImages = new Subject();
|
|
8821
8821
|
this.sweepProcessedCount = new Subject();
|
|
8822
8822
|
this.totalSweepsCount = new Subject();
|
|
8823
|
-
this.MAX_SCANS_RELOAD =
|
|
8823
|
+
this.MAX_SCANS_RELOAD = 100;
|
|
8824
8824
|
}
|
|
8825
8825
|
get spaceID() {
|
|
8826
8826
|
return this._spaceID;
|
|
@@ -9008,8 +9008,6 @@ class MatterportImportService {
|
|
|
9008
9008
|
this.sweepProcessedCount.next(index);
|
|
9009
9009
|
}
|
|
9010
9010
|
else {
|
|
9011
|
-
this.cleanLocalStorage();
|
|
9012
|
-
removeAllFilesFromFolderS3(`visits/${this.modelID}/sweeps`);
|
|
9013
9011
|
console.log("Abandoning import because it was cancelled");
|
|
9014
9012
|
resolve(false);
|
|
9015
9013
|
break;
|