Selaa lähdekoodia

更新 dam 注释

wuweihao 2 vuotta sitten
vanhempi
commit
a5761c7a74

+ 6 - 0
README.md

@@ -15,6 +15,12 @@ dam2lzma
 
 需要python环境
 
+# sit
+    web:http://192.168.20.245:8080/mptoage/index.html
+        admin 123456
+        
+    doc:http://192.168.20.245:8010/doc.html
+
 
 
 

+ 1 - 0
gis_service/src/main/java/com/gis/service/impl/SceneServiceImpl.java

@@ -179,6 +179,7 @@ public class SceneServiceImpl extends IBaseServiceImpl<SceneEntity, Long> implem
         log.info("maps目录创建完成, path: {}", mapsPath);
 
         // step3: xxx_dam to code.txt to code.obj 存放的txt2obj/test目录
+        // 2023-4-25 .dam文件是mp数据下载得来的
         String damPath = basePath + "/" + mpKey + ".dam";
         String txt2objDir = configConstant.serverBasePath + "tools/txt2obj";
         String testModelDataTxtPath = txt2objDir + "/test.txt";