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

How to load GeoTIFF? #145

Closed
aryalprakash opened this issue Mar 23, 2023 · 2 comments
Closed

How to load GeoTIFF? #145

aryalprakash opened this issue Mar 23, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@aryalprakash
Copy link

Does this library support loading Cloud Optimized GeoTIFF (COG) files as like this example from open layers?

https://openlayers.org/en/latest/examples/cog.html)

I couldn't find anything on documentation or example.

@aryalprakash aryalprakash changed the title How to load GeoTIFF How to load GeoTIFF? Mar 23, 2023
@mmomtchev
Copy link
Owner

No, I don't have this source at the moment. It is only a few lines of code though.

@mmomtchev mmomtchev added the enhancement New feature or request label Mar 23, 2023
@mmomtchev
Copy link
Owner

@aryalprakash I have added a GeoTIFF custom component as an example for extending rlayers. You can simply grab the component from the examples and include it in your code. I won't be adding it to the base distribution because it is not very intuitive to use - it creates a custom view and it won't be compatible with having other layers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants