Hi,
Thank you for the source code of iviewer.
In fact, ideally, we want to have a customized, partially alphabetical order for listing ROIs. eg:
- Code: Select all
Bregma
Interaural
A
B
C
...
Z
In order to do this, we need to
store the order of ROIs in the data. So it's not just how to show them by JavaScript, bur rather about data model implementation.
My guess is that internally, ROIs are sorted in the order of their IDs. Actually, the list is also in the same order as IDs.
I guess it is impossible to reassign them different IDs. Does this mean that there is no way we can achieve this?
The original OME-TIFF file contained ROIs in the specified order with the incremental IDs, but OMERO ignored that order. What algorithm is used to determine the order of ROIs internally then? Can I specify the order of ROIs by preparing OME-XML in a specific way?
Best,
Kouichi