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