neuroanatomy / microdraw

Collaborative vectorial annotation tool for ultra high resolution data
https://microdraw.pasteur.fr
GNU General Public License v3.0
23 stars 8 forks source link

no example of json using the names property as slice index #83

Open ntraut opened 1 month ago

ntraut commented 1 month ago

What is the current behaviour?

currently slices index could be array indices or strings specified in the json, but there is no json example using the second possibility

https://github.com/neuroanatomy/microdraw/blob/10ccb64108c082cc7daa6a1b4acb13a99a896775/app/public/js/microdraw.js#L2043-L2045

What is the expected or desired behavior?

include an example of json using custom names for slices

ntraut commented 1 month ago

at least we need some examples where Microdraw.ImageOrder is not just the indices of the slice array from 0 to the slices number because microdraw is probably broken in this case