Closed ghost closed 2 years ago
Thanks,
you have two options. You can update mapview from here, using remotes::install_github(r-spatial/mapview)
or, without updating mapview, you can set mapviewOptions(FGB = FALSE)
Hopefully I will find some time to get the update to cran soon.
Thanks very much for prompt resolution.
This sorted it. mapviewOptions(fgb = FALSE)
I had already installed from GitHub
remotes::install_github("r-spatial/mapview") Skipping install of 'mapview' from a github remote, the SHA1 (583102b3) has not changed since last install. Use
force = TRUE
to force installation
On 28 Feb 2022, at 10:46, tim-salabim @.**@.>> wrote:
CAUTION: This email originated outside the UCT network. Do not click any links or open attachments unless you know and trust the source.
Thanks, you have two options. You can update mapview from here, using remotes::install_github(r-spatial/mapview) or, without updating mapview, you can set mapviewOptions(FGB = FALSE)
Hopefully I will find some time to get the update to cran soon.
— Reply to this email directly, view it on GitHubhttps://github.com/r-spatial/mapview/issues/412#issuecomment-1054021512, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGIQ5JADODGXRDGLKC2URQLU5MY6NANCNFSM5PQNVYZQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you authored the thread.Message ID: @.***>
Disclaimer - University of Cape Town This email is subject to UCT policies and email disclaimer published on our website at http://www.uct.ac.za/main/email-disclaimer or obtainable from +27 21 650 9111. If this email is not related to the business of UCT, it is sent by the sender in an individual capacity. Please report security incidents or abuse via https://csirt.uct.ac.za/page/report-an-incident.php.
Mapview works (brilliantly) on 4 of my machines but has recently stopped working on one of my two iMacs (running the same script). It fails to show the points on the background, but correctly displays the background. I have tried using an example code which also fails. It does this in RStudio but also in R console and I have also tried upgrading my operating system but to no avail. Suggestions would be welcome.