Skip to content

Commit

Permalink
correct the xml convert
Browse files Browse the repository at this point in the history
  • Loading branch information
birm authored Jan 15, 2025
1 parent e085559 commit 697255f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/port/xml2geo.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ function xml2geo() {
output['provenance']['image']['slide'] = document.getElementById('slide_id').value;
output['provenance']['analysis']['execution'] = document.getElementById('annot_name').value;
output['properties']['annotations']['name'] = document.getElementById('annot_name').value;
output['provenance']['analysis']['name'] = document.getElementById('annot_name').value;
output['provenance']['analysis']['execution_id'] = document.getElementById('annot_name').value;
document.getElementById('output').innerHTML = JSON.stringify(output);
}

0 comments on commit 697255f

Please sign in to comment.