src/main/kotlin/com/flightfeather/uav/biz/report/MissionGridFusion.kt
@@ -89,7 +89,7 @@ if (highRiskGrid != null) { factorValue = highRiskGrid!!.data.getByFactorType(f) if (highRiskGrid!!.cell.longitude != null && highRiskGrid!!.cell.latitude != null) { Thread.sleep(50) Thread.sleep(100) val address = AMapService.reGeo(MapUtil.wgs84ToGcj02( highRiskGrid!!.cell.longitude.toDouble() to highRiskGrid!!.cell.latitude.toDouble()