|
@@ -950,9 +950,8 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
CompletableFuture.runAsync(() -> {
|
|
|
try {
|
|
|
//调用算法
|
|
|
- String command = "bash /home/ubuntu/bin/Obj2Tiles.sh " + path;
|
|
|
log.info("上传3dtiles模型开始, num:{}, targetPath:{}", num, path);
|
|
|
- CreateObjUtil.callshell(command);
|
|
|
+ CmdBuildUtil.Obj2Tiles(path);
|
|
|
log.info("上传3dtiles模型结束, num:{}, targetPath:{}", num, path);
|
|
|
|
|
|
//检测计算结果
|