You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opened in a browser the following .Rmd fails with
FetchAPIcannotloadfile:///C:/Users/Tim/Desktop/test_georaster_files/stars-0.0.1/stars_layer.tif. URL scheme must be "http" or "https" for CORS request.
If self_contained: true it works as apparently all attachements are being included in the html document. This is fine for small images, but will fail miserably for even medium sized tif filesf I fear.
To get this to work we need the latest dev version of leafem:
remotes::install_github("r-spatial/leafem")
I assume that this isn't working because the .Rmd is not served via localhost. Not sure how to solve this...
The text was updated successfully, but these errors were encountered:
When opened in a browser the following .Rmd fails with
If
self_contained: true
it works as apparently all attachements are being included in the html document. This is fine for small images, but will fail miserably for even medium sized tif filesf I fear.To get this to work we need the latest dev version of leafem:
I assume that this isn't working because the .Rmd is not served via localhost. Not sure how to solve this...
The text was updated successfully, but these errors were encountered: