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();