dev #160
@ -161,5 +161,5 @@ function recursiveMidPoint(src: LatLng, dst: LatLng, opt: { step?: number, dist?
|
||||
}
|
||||
|
||||
export function getGeoLine(src: LatLng, dst: LatLng, opt: { step?: number, dist?: number }) {
|
||||
return recursiveMidPoint(src, dst, opt, 0)
|
||||
return recursiveMidPoint(src, dst, opt, 1)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user