Skip to content
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

Open
randyberos opened this issue Aug 23, 2023 · 9 comments
Open

Disable client-side render #67

randyberos opened this issue Aug 23, 2023 · 9 comments
Labels
bug Something isn't working

Comments

@randyberos
Copy link
Contributor

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.

@m-mohr
Copy link
Collaborator

m-mohr commented Aug 23, 2023

The second line in the table should make it work:
https://github.com/radiantearth/stac-browser/blob/main/docs/options.md#usetilelayerasfallback

@randyberos
Copy link
Contributor Author

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.

@m-mohr
Copy link
Collaborator

m-mohr commented Aug 23, 2023

I wasn't aware of this, then it's a bug and not possible right now, sorry.

@m-mohr m-mohr added the bug Something isn't working label Aug 23, 2023
@randyberos
Copy link
Contributor Author

Thank you for your response. Hope this gets fixed soon. 😀

@m-mohr
Copy link
Collaborator

m-mohr commented Aug 23, 2023

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.

@m-mohr
Copy link
Collaborator

m-mohr commented Aug 23, 2023

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.

@randyberos
Copy link
Contributor Author

This is good to know. I will check this out. Thank you very much for the help. 🙂

@m-mohr
Copy link
Collaborator

m-mohr commented Aug 30, 2023

Just to make sure, did you use the 0.15.0 version or the main branch?

@randyberos
Copy link
Contributor Author

I observed this in the STAC Browser v3.0.2 which is using the v0.15.0 of the stac-layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants