Jeff Peck
Jeff Peck
I just encountered this (on `2.0.0-nightly.573+31f431d9`) and the `--no-scope-hoist` suggestion fixed it, although I am not clear what introduced it. I am importing svg's, which is possibly related? 🤷
any updates on this?
Hey, I was just looking through the issue tracker and it is probably not related to the problem that you are having, plus this was from 29 days ago... but,...
[Bug] onHover returns a huge and incorrect `info.index` when hovering over certain smoothstep colors
Ok, after writing this out I had a thought. In my custom layer, I had accidentally commented out the line, while working on this: ``` DECKGL_FILTER_COLOR(fragColor, geometry); ``` I was...
SolidPolygonLayer fails when passing a luma `Buffer` for getPolygon: `Error: cannot read geometries`
It appears that the problem is that I need to specify `indices`, just like in the example. At first it was not clear what `indices` is, but it appears to...
SolidPolygonLayer fails when passing a luma `Buffer` for getPolygon: `Error: cannot read geometries`
Thank you for explaining that @Pessimistress I understand that it is technically possible to do `getAccessorFromBuffer(data.attributes.getPolygon.buffer.getData())` if `data.attributes.getPolygon.buffer` is a luma buffer. Obviously calling `.getData` is not efficient, but shouldn't...
SolidPolygonLayer fails when passing a luma `Buffer` for getPolygon: `Error: cannot read geometries`
> You should try passing both buffer: and value: to your getPolygon attribute. I haven't done this lately but it's supposed to work. ooh, that is clever. Ok, thank you...
I recently ran into the same issue. The image's metadata said that its `photometricInterpretation` was `2` (i.e. `RGB`), but the green and blue channels appeared washed out, just like the...
Re-opening this thread.... I am running into this same issue with interleaved OME-TIFF images produced by qupath, where `SampleFormat` has length of `1` while `BitsPerSample` has a length of 3....
Thank you both for the fast response. I am not sure if GDAL opens these, but I know that they are produced in qupath and it has been reported that...