Skip to content

Commit 697255f

Browse files
authored
correct the xml convert
1 parent e085559 commit 697255f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/port/xml2geo.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@ function xml2geo() {
6262
output['provenance']['image']['slide'] = document.getElementById('slide_id').value;
6363
output['provenance']['analysis']['execution'] = document.getElementById('annot_name').value;
6464
output['properties']['annotations']['name'] = document.getElementById('annot_name').value;
65+
output['provenance']['analysis']['name'] = document.getElementById('annot_name').value;
66+
output['provenance']['analysis']['execution_id'] = document.getElementById('annot_name').value;
6567
document.getElementById('output').innerHTML = JSON.stringify(output);
6668
}

0 commit comments

Comments
 (0)