We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I am contacting you regarding a problem with Esri map tiles. The tiles seem to be reversed (north is south):
library(maptiles) library(terra) library(geodata) tanzania <- gadm(country = "Tanzania", level = 0, path = tempdir()) tanzania_tile <- get_tiles(x = tanzania, crop = T, verbose = T, provider = "Esri.WorldImagery") plot(tanzania_tile) plot(tanzania, add = T, lwd = 2)
Or for Senegal
Do you have any idea where the problem might come from?
Thank you in advance for your help in this matter, Kind regards, Corentin V.
The text was updated successfully, but these errors were encountered:
Yes! I'm aware of this problem. It comes from an update of the terra package. I've posted an issue there. rspatial/terra#1627
A solution would be to downgrade the terra version. I'll keep this issue open untill the next terra version.
Sorry, something went wrong.
Thank you for your quick reply!
It works now with the dev version of terra. See rspatial/terra#1627 (comment)
No branches or pull requests
Hi,
I am contacting you regarding a problem with Esri map tiles. The tiles seem to be reversed (north is south):
Or for Senegal
Do you have any idea where the problem might come from?
Thank you in advance for your help in this matter,
Kind regards,
Corentin V.
The text was updated successfully, but these errors were encountered: