|
@@ -439,6 +439,9 @@ public class SceneDownloadHandlerServiceImpl {
|
|
|
if((filePath.contains(imageNumPath + "panorama/") && filePath.contains("tiles/" + resolution))
|
|
|
|| filePath.contains(imageNumPath + "tiles/" + resolution + "/")) {
|
|
|
this.processImage(num, filePath, resolution, imagesVersion, cacheKeys);
|
|
|
+ //更新进度
|
|
|
+ this.updateProgress(new BigDecimal(count.incrementAndGet()).divide(new BigDecimal(total), 6, BigDecimal.ROUND_HALF_UP),
|
|
|
+ num, SceneDownloadProgressStatus.DOWNLOADING.code(), null, version);
|
|
|
return;
|
|
|
}
|
|
|
}
|