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

The webr::canvas() graphics device does not support drawing raster #251

Closed
georgestagg opened this issue Aug 18, 2023 · 3 comments
Closed
Labels
feature New feature or request

Comments

@georgestagg
Copy link
Member

The raster function is currently implemented as a stub.

@georgestagg georgestagg added the feature New feature or request label Aug 18, 2023
@kadyb
Copy link

kadyb commented Sep 6, 2023

Reposting non-working case from #264:

library("raster")
library("terra")

## terra
f <- system.file("ex/elev.tif", package = "terra")
r <- rast(f)
plot(r)

## raster
plot(raster(r))

@kadyb
Copy link

kadyb commented Sep 10, 2023

It seems that now the above example works thanks to bc35b7e.

@kadyb
Copy link

kadyb commented Sep 11, 2023

Thank you!

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

No branches or pull requests

2 participants