-
Notifications
You must be signed in to change notification settings - Fork 20
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
Basemap are not correctly rendered #120
Comments
Yes I've seen this same problem. |
I'm having the same error for all basemap types I tried (esri). Using the same script as before where the basemaps showed in colour. Please advise/fix |
I've also run into this problem. This is almost certainly caused by the same issue logged here for the basemaps package, caused by major changes in the |
I applied the work around samfranks mentioned (Thank you!) and it solved the basemaps issue. To do this I 1. uninstalled basemaps, 2. forked the repo from zross . 3. downloaded my forked repo using devtools and it worked like a charm. |
Hi, I am having the same issue with moveVis. I have followed the solution posted by ErikaPeirce-USDA and R does not crash anymore. However, I get the following:
If I just run a basic example as posted on zross github, e.g.,:
I obtain a map so I am not sure where the above error is coming from. Any advice would be great. |
I am having the same issues with my basemap displaying correctly; however, I am having trouble applying the workaround. @ErikaPeirce-USDA could you please elaborate for this novice on what your 2nd and 3rd bullet points mean (e.g., what does fork the repo mean exactly?) |
You should be able to install his fork (duplication of a package where some of the code is modified) of the package and then use it in place of the original basemaps package remotes::install_github("zross/basemap-fork") |
@agblake22, i solved my issue by:
If you still have problems with basemaps, you need to install the proper version of Rtools for your computer from https://cran.r-project.org/bin/windows/Rtools/ N |
Thanks for reporting this bug. This should be resolved with the latest version of |
I'm not sure if this is helpful or not for this issues (if others are still having issues with it), but the maps seem to render correctly only if all the projections from the original data (e.g. locations from movement data) are at WGS 84 (EPSG: 4326). I've tried mapbox and esri basemaps which seem to render well at that projection, but not in others (e.g. EPSG: 3347). Perhaps this might help narrow in on the parts of frames_spatial() that might not be rendering correctly with other projections? Thanks! |
When animating GPS collar data everything works as expected, with the exception of the base maps that are downloaded through frames_spatial. The output does not contain all tiles, and are only in black and white.
![image](https://private-user-images.githubusercontent.com/44848027/270489689-448123ee-dc30-49ba-bc0a-0148e8b66da4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTE0NzgsIm5iZiI6MTczOTI5MTE3OCwicGF0aCI6Ii80NDg0ODAyNy8yNzA0ODk2ODktNDQ4MTIzZWUtZGMzMC00OWJhLWJjMGEtMDE0OGU4YjY2ZGE0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE2MjYxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTdmYWU5OGJjOTdhZmE5ODk2YjEzYzQ4ZjNlYzNiNzIzN2EzYTMyMzI5M2M0MzkwMWY0MWY1ZTg5ZWNlNTg0YzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.Nfzkic8_SKibEVtDOA1cOLhJyoavXLYiVBK9XSDmwg8)
![image](https://private-user-images.githubusercontent.com/44848027/270490124-604b9032-b3ad-40e1-8a8a-e23a1aa26d6b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyOTE0NzgsIm5iZiI6MTczOTI5MTE3OCwicGF0aCI6Ii80NDg0ODAyNy8yNzA0OTAxMjQtNjA0YjkwMzItYjNhZC00MGUxLThhOGEtZTIzYTFhYTI2ZDZiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE2MjYxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNkYzIxOTllNzFiZTI0ZDM2Njc2MzYzMDRiNDdhZjdjYmJkZGJlNGFlMDFhM2ZmY2M2OGM3ZDI3OGIzM2RiZDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.cIwlRvNO1Bwb3inIkrykOw5SuwAbpcWgYvS5S2m7IoE)
This is not unique to my data, when I run the example vignette the result is also in black and white, though all the tiles are present.
Is this perhaps related to the retirement of rgdal/rgeos and the change to the move2 package? If so, what would be the necessary changes to workflow as outlined in the vignette to include basemaps in animations?
The text was updated successfully, but these errors were encountered: