src/main/java/com/moon/server/controller/data/PublishController.java
@@ -84,7 +84,7 @@ private String getType(String type) throws Exception { switch (type) { case "DOM": return "type in ('tif', 'tiff', 'img', 'jp2', 'jpg') and mata_type in (1, 3, 4, 5)"; return "type in ('tif', 'tiff', 'img', 'jp2', 'jpg') and mata_type in (1, 2, 3, 4, 5)"; case "DEM": return "type in ('tif', 'tiff', 'dem') and mata_type = 2"; case "Vector":