stac-layer
stac-layer copied to clipboard
Disable client-side render
Is there a way to disable the client-side render even as fallback? I would like to only use the server-side render for my tile layer.
The second line in the table should make it work: https://github.com/radiantearth/stac-browser/blob/main/docs/options.md#usetilelayerasfallback
Setting the useTileLayerAsFallback as False in the STAC Browser still uses the client-side renderer as fallback imagery renderer when the tile-server renderer fails.
I wasn't aware of this, then it's a bug and not possible right now, sorry.
Thank you for your response. Hope this gets fixed soon. 😀
We are happy to accept PRs, but otherwise there's currently no funding to fix this right now. So don't expect a fix anytime soon, sorry.
But as a side note, STAC Browser will likely migrate to OL STAC in v3.2.0. So it would be worthwile to test whether it works there.
This is good to know. I will check this out. Thank you very much for the help. 🙂
Just to make sure, did you use the 0.15.0 version or the main branch?
I observed this in the STAC Browser v3.0.2 which is using the v0.15.0 of the stac-layer.