debugged build precision values on decimal places inside nocodb

This commit is contained in:
2025-07-11 10:00:37 -06:00
parent 08782379ab
commit 2b05b608ba
5 changed files with 82 additions and 55 deletions

View File

@@ -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,