1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user