visgl / deck.gl

WebGL2 powered visualization framework
https://deck.gl
MIT License
12.3k stars 2.09k forks source link

[Bug] RasterLayer is not working in CARTO module #8300

Closed alasarr closed 1 year ago

alasarr commented 1 year ago

Description

RasterLayer is not visible. It does requests to CARTO Maps API and it receives the data, but it renders nothing

Flavors

Expected Behavior

Layer should appear

Steps to Reproduce

The following stackblitz shows the error:

https://stackblitz.com/github/CartoDB/deck.gl-examples/tree/master/raster-temperature?file=index.ts

Environment

Logs

No response

felixpalmer commented 1 year ago

Works for me, just takes a bit of time to display. If remove the console.log function from getFillColor it is much faster

alasarr commented 1 year ago

It didn't work in previous versions, but I'm glad it does now.