1
13693261870
2024-10-14 a6fe405947004d6571806edabd8f14357e144cfa
src/main/java/com/se/simu/service/ResultService.java
@@ -40,7 +40,7 @@
    public final static double MAX_X_OFFSET = 0.002;
    public String test() throws Exception {
    public String testResuslt() throws Exception {
        ResultDto dto = new ResultDto(
                "202409",
                "D:\\simu\\input\\tongzhou-local-mesh2-terrain.tif",
@@ -71,7 +71,6 @@
    private void process(ResultDto dto, LayerDto layer) throws Exception {
        try {
            copeTerrain(dto, layer);
            copeBuilding(dto, layer);
            copeWater(dto, layer);