You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "`siibra-explorer` is a browser based 3D viewer for exploring brain atlases that cover different spatial resolutions and modalities. It is built around an interactive 3D view of the brain displaying a unique selection of detailed templates and parcellation maps for the human, macaque, rat or mouse brain, including BigBrain as a microscopic resolution human brain model at its full resolution of 20 micrometers. ",
"schema:releaseNotes": "# v2.14.20\n\n## Feature\n\n- Show/Hide delineation now persist in state\n- (experimental) glass brain\n\n## Bugfix\n\n- Fixed some instability of annotation mode. \n\n## Behind the scenes\n\n- Clarified authors & contributors\n- Improve performance by batching adding & removing layers\n- Added text to reflect that annoations will also be shared\n- Enabled viewer config in experimental mode\n",
103
+
"schema:releaseNotes": "# v2.14.21\n\n## Bugfix\n\n- fix the URL of older versions of explorer incorrectly showing delineation flag\n- fix annotation vary header",
// this is to fix the v1 implementation where the showdelineation is accidentally flipped
83
+
// see https://github.com/FZJ-INM1-BDA/siibra-explorer/blob/b38e7948fc1c3e36f219aaa12c64726b34b5e132/src/routerModule/routeStateTransform.service.ts#L369
84
+
returnVal.showDelineation=!showDelineation
82
85
83
86
returnreturnVal
84
87
},
@@ -108,6 +111,9 @@ const decodeMiscState = {
108
111
109
112
constreturnVal: ViewerCfgStateV2={
110
113
...v1State,
114
+
// this is to fix the v1 implementation where the showdelineation is accidentally flipped
115
+
// see https://github.com/FZJ-INM1-BDA/siibra-explorer/blob/b38e7948fc1c3e36f219aaa12c64726b34b5e132/src/routerModule/routeStateTransform.service.ts#L369
116
+
showDelineation: !v1State.showDelineation,
111
117
auxMeshAlpha: meshAlpha,
112
118
panelOrder: panelOrder.join(""),
113
119
}
@@ -294,7 +300,6 @@ export class RouteStateTransformSvc {
0 commit comments