|
@@ -411,10 +411,10 @@ public class SpaceFileRecordServiceImpl implements ISpaceFileRecordService {
|
|
|
try {
|
|
|
if (new File(tifPath).exists()){
|
|
|
FileUtils.TifToPng(tifPath, uploadFilePath + pngPath);
|
|
|
- String base64 = FileUtils.convertImageToBase64Str(tifPath);
|
|
|
+// String base64 = FileUtils.convertImageToBase64Str(tifPath);
|
|
|
double[] doubles = TifUtils.readTifEnvelopeTransformWGS84(tifPath);
|
|
|
retMap.put("pngpath", pngPath);
|
|
|
- retMap.put("pngbase64", base64);
|
|
|
+// retMap.put("pngbase64", base64);
|
|
|
retMap.put("pngenvelope", doubles);
|
|
|
}
|
|
|
} catch (Exception e) {
|