src/main/java/com/lf/server/helper/GdalHelper.java
@@ -45,7 +45,7 @@ } /** * 获取Shp第一条记录的WKT * 读取Shp第一条记录的WKT */ public static ShpRecordEntity readShpFirstRecord(String filePath) { try { @@ -309,7 +309,7 @@ return propertyGetter.get(feature, index); } catch (Exception ex) { // ex.printStackTrace() log.error(ex.getStackTrace()); log.error(ex.getMessage(), ex); return null; }