-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable client-side render #67
Comments
The second line in the table should make it work: |
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. |
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 text was updated successfully, but these errors were encountered: