|
@@ -290,7 +290,7 @@ public class BuildSceneServiceImpl implements IBuildSceneService {
|
|
this.copyToEditDir(sceneCode);
|
|
this.copyToEditDir(sceneCode);
|
|
|
|
|
|
//计算完毕后,同步全景图到缓存目录
|
|
//计算完毕后,同步全景图到缓存目录
|
|
- this.cachePanorama(path, sceneCode);
|
|
|
|
|
|
+// this.cachePanorama(path, sceneCode);
|
|
|
|
|
|
//生成houseTypejson并上传
|
|
//生成houseTypejson并上传
|
|
uploadFiles.entrySet().stream().filter(entry-> FileNameUtil.getName(entry.getKey()).equals("floorplan_cad.json"))
|
|
uploadFiles.entrySet().stream().filter(entry-> FileNameUtil.getName(entry.getKey()).equals("floorplan_cad.json"))
|