Browse Source

t :Merge branch 'f-xiaogu' into dev

gushoubang 8 months ago
parent
commit
7636d7a5c2

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