Page 4 of 4

Re: How to edit MapAnnotation (key-value pair annotations)?

PostPosted: Wed Jul 18, 2018 2:22 pm
by Kouichi_C_Nakamura
As discussed in another thread http://www.openmicroscopy.org/community ... f=6&t=8537, I found a problem about ID of MapAnnotation. strToMapAnnotation always uses ID of 1 but it turned out that this will cause chaos in OMERO. At the moment, I need to know the minimum ID number available in OMERO.

Re: How to edit MapAnnotation (key-value pair annotations)?

PostPosted: Thu Jul 19, 2018 9:50 pm
by Kouichi_C_Nakamura
https://github.com/openmicroscopy/openm ... -406093145

Now I feel that It might make more sense if strToMapAnnotation is written as a wrapper of writeMapAnnotation, which is already included in OMERO-MATLAB toolbox.

So I fixed the function strToMapAnnotation in that way:
https://github.com/openmicroscopy/openm ... -138947398