1
13693261870
2024-10-16 86c90ced6e3ca5bdd2c7d1b7f541f97c3dbe698c
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);