This commit is contained in:
邹宗楠
2024-07-04 17:03:17 +08:00
parent a2cb0f30f7
commit 11ff90eafa

View File

@@ -754,7 +754,7 @@ func GetCyclingLine(sLng, sLat, uLng, uLat float64) (polyLineList []string, dist
}
}
polyLineList, err = baiDuCoord2Gaode(polyLine)
polyLineList, _ = baiDuCoord2Gaode(polyLine)
if err != nil {
polyLineList = polyLine
}