scalableminds / webknossos-connect

Connect webKnossos with existing datasets (BossDB, Neuroglancer Precomputed)
GNU Affero General Public License v3.0
0 stars 0 forks source link

remove uint64->uint32 conversion #139

Closed jstriebel closed 1 year ago

jstriebel commented 1 year ago

Since we are now supporting uin64 (or sth. like uint53^^) in the frontend, we can and should send the whole data to it.

I'm not :100:% sure, how the datasource is handled in the different use-cases, but I think it was already presented as a uint64 dataset there, and the conversion just happened in the single place changed in this PR. I'll double check this.

The only place where uint64 was converted is the one in this change. In the datasource-properties the layer was already presented as uint64.

@fm3 @philippotto Would it be easy for you to test this change locally?