Kaynağa Gözat

添加日志输出

gushoubang 8 ay önce
ebeveyn
işleme
b3b93e8e81

+ 1 - 1
onemap-modules/onemap-spatial/src/main/java/com/onemap/spatial/service/impl/ImageServiceImpl.java

@@ -69,7 +69,7 @@ public class ImageServiceImpl implements IImageService {
         mapContent.setTitle("Quickstart");
 
         // 加载并添加 TIFF 栅格图层
-
+        System.out.println("影像地址:" + rsImage);
         File file = new File(rsImage);
         Hints tiffHints = new Hints();
         tiffHints.add(new Hints(Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER, Boolean.TRUE));