debugged build precision values on decimal places inside nocodb
This commit is contained in:
@@ -121,10 +121,10 @@ class LocationsController {
|
||||
}
|
||||
}
|
||||
|
||||
// Format geodata
|
||||
// Format geodata with string values to preserve precision
|
||||
const geodata = `${validation.latitude};${validation.longitude}`;
|
||||
|
||||
// Prepare data for NocoDB
|
||||
// Prepare data for NocoDB - keep coordinates as strings
|
||||
const finalData = {
|
||||
geodata,
|
||||
'Geo-Location': geodata,
|
||||
|
||||
Reference in New Issue
Block a user