We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1babb commit a94a467Copy full SHA for a94a467
src/firefly/js/voAnalyzer/VoTableRecognizer.js
@@ -409,7 +409,7 @@ export class VoTableRecognizer {
409
410
const c = getColumn(this.tableModel, 'coord_obs');
411
if (acceptArrayCol && c?.arraySize &&
412
- (c?.type === 'double' || c?.type === 'float')
+ (c?.type === 'double' || c?.type === 'float') ||
413
(c?.utype?.toLowerCase().includes(SSA_COV_UTYPE) || c?.UCD?.toLowerCase().includes(POS_EQ_UCD) ) ) {
414
return this.setCenterColumnsInfo([c, c]);
415
}
0 commit comments