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