Florian M
Florian M
Yes, annotation position, rotation, zoom should be used, the hard part here is to get this information from the tracingstore to the thumbnail renderer :D This has to go around...
I’d still say this would be nice to have. Not sure how the priority is. Currently, for annotations in publications, their dataset’s thumbnail is shown in place of the actual...
What lists suffer from these problems? We changed the dataset list so that it is filtered in the backend. I think we could do the same for other lists as...
I split the remaining parts of this issue into #6989 and #6990
Note that as of #7190 the thumbnail route takes a `mappingName` parameter. The front-end does not yet make use of that, though. Not sure how the frontend would know which...
mapping name should probably become a part of the view configuration #7412 then we could take it from there.
@philippotto Do you know if this is still relevant after https://github.com/scalableminds/webknossos/pull/7368 ?
I’d say it makes sense to run a conversion job for zarr uploads to do re-chunking, sharding, etc. We could also skip that in case there is already a datasource-properties.json...
Fair enough. @frcroth I guess a good spot for this would be `postProcessUploadedDataSource` in UploadService.scala. It would be nice if you could reuse some of the Explorer code to create...
more ideas: accessor/iterator methods for the byte arrays, yielding Longs (for equality checks) or UnsignedIntegers. Make the UnsignedInteger for this iterator mutable, thus avoiding re-allocating?