src/main/java/com/se/simu/service/Result2Service.java
@@ -50,8 +50,7 @@ "D:\\simu\\input\\tongzhou-local-mesh2-buildings.tif", "D:\\simu\\input\\waters", "D:\\simu\\input\\flows", "D:\\simu\\out", ""); "D:\\simu\\out"); LayerDto layer = new LayerDto(config.getVer(), 4528, config.getSizes()); process(dto, layer); @@ -66,8 +65,7 @@ basePath + config.getBuildingFile(), basePath + config.getWaterPath(), basePath + config.getFlowPath(), config.getOutPath(), ""); config.getOutPath()); LayerDto layer = new LayerDto(config.getVer(), data.getEpsg(), config.getSizes()); process(dto, layer); }