`
13693261870
2024-11-02 0d8a5d121b027eb90c6954cf336b1d2d488ea817
`
已修改1个文件
6 ■■■■■ 文件已修改
src/main/java/com/se/simu/service/Result2Service.java 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/se/simu/service/Result2Service.java
@@ -50,7 +50,8 @@
                "D:\\simu\\input\\tongzhou-local-mesh2-buildings.tif",
                "D:\\simu\\input\\waters",
                "D:\\simu\\input\\flows",
                "D:\\simu\\out");
                "D:\\simu\\out",
                4548);
        LayerDto layer = new LayerDto(config.getVer(), 4528, config.getSizes());
        process(dto, layer);
@@ -65,7 +66,8 @@
                basePath + config.getBuildingFile(),
                basePath + config.getWaterPath(),
                basePath + config.getFlowPath(),
                config.getOutPath());
                config.getOutPath(),
                data.getEpsg());
        LayerDto layer = new LayerDto(config.getVer(), data.getEpsg(), config.getSizes());
        process(dto, layer);
    }