File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments