Skip to content

Commit ec60f67

Browse files
committed
fix other name
1 parent 53add6a commit ec60f67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/port/xml2geo.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ function xml2geo() {
109109
let randomId = generateRandomId();
110110
outputMap[hexColor] = JSON.parse(JSON.stringify(template));
111111
outputMap[hexColor]['provenance']['image']['slide'] = slideId;
112-
outputMap[hexColor]['provenance']['analysis']['execution_id'] = randomId;
113-
outputMap[hexColor]['provenance']['analysis']['name'] = `${annotName}_${hexColor}`;
114112
let colorname = hexColor;
115113
if (apolloColors){
116114
colorname = classifyColor(hexColor)
117115
}
116+
outputMap[hexColor]['provenance']['analysis']['execution_id'] = randomId;
117+
outputMap[hexColor]['provenance']['analysis']['name'] = `${annotName}_${colorname}`;
118118
outputMap[hexColor]['properties']['annotations']['name'] = `${annotName}_${colorname}`;
119119
}
120120

0 commit comments

Comments
 (0)