1
This commit is contained in:
@@ -73,7 +73,7 @@ func (a *API) TencentCyclingPlanning(param *TencentCyclingPlanningReq) (distance
|
||||
point2, _ := v.Polyline[i].Float64()
|
||||
|
||||
point3 := point1 + point2/float64(1000000)
|
||||
point4 := fmt.Sprintf("%.13f", point3)
|
||||
point4 := fmt.Sprintf("%.6f", point3)
|
||||
pointList = append(pointList, point4)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user