13693261870
2024-09-23 2d8912ef7f64f86553e480e31e2c60d18bb86bdf
src/main/java/com/se/simu/service/GedbService.java
@@ -334,7 +334,7 @@
    }
    private void clipDemFile(String filePath, List<GeFile> files, String basePath, String bbox, int epsg) throws Exception {
        String target = basePath + File.separator + demName;
        String target = basePath + File.separator + demFile;
        for (GeFile file : files) {
            if (file.getName().toLowerCase().endsWith(demType)) {
                String source = filePath + File.separator + file.getName();