src/main/java/com/lf/server/service/show/PipelineService.java
@@ -92,12 +92,12 @@ try { driver = ogr.GetDriverByName("FileGDB"); if (null == driver) { log.error("GdbHelper.createGdb.driver(FileGDB) is null."); log.error("PipelineService.createGdb.driver(FileGDB) is null."); return; } dataSource = driver.CreateDataSource(filePath, null); if (null == dataSource) { log.error("GdbHelper.createGdb.dataSource is null. " + filePath); log.error("PipelineService.createGdb.dataSource is null. " + filePath); return; }