Update src/client/types/geom.ts
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b030286f9c
commit
208bf1805e
@ -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