mirror of https://github.com/nocodb/nocodb
flisowna
2 years ago
1 changed files with 2 additions and 1 deletions
@ -1,3 +1,4 @@
|
||||
const latLongToJoinedString = (lat: number, long: number) => `${lat.toFixed(2).replace('.', ',')};${long.toFixed(2).replace('.', ',')}` |
||||
const latLongToJoinedString = (lat: number, long: number) => |
||||
`${lat.toFixed(7).replace('.', ',')};${long.toFixed(7).replace('.', ',')}` |
||||
|
||||
export { latLongToJoinedString } |
||||
|
Loading…
Reference in new issue