kopia lustrzana https://github.com/OpenDroneMap/WebODM
More decimal places for GCPs
rodzic
f5f203dce0
commit
ce506c8b0d
|
@ -38,7 +38,7 @@ class Gcp{
|
|||
}
|
||||
|
||||
let extra = extracols.length > 0 ? ' ' + extracols.join(' ') : '';
|
||||
output += `${x} ${y} ${z} ${px.toFixed(2)} ${py.toFixed(2)} ${imagename}${extra}\n`;
|
||||
output += `${x} ${y} ${z} ${px.toFixed(8)} ${py.toFixed(8)} ${imagename}${extra}\n`;
|
||||
}else{
|
||||
if (!muteWarnings) console.warn(`Invalid GCP format at line ${i}: ${line}`);
|
||||
output += line + '\n';
|
||||
|
|
Ładowanie…
Reference in New Issue