-
Notifications
You must be signed in to change notification settings - Fork 505
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
add tileOptions() to addRasterImage() #508
base: main
Are you sure you want to change the base?
Conversation
…ts (can be passed with options). rstudio#507
…backward compatibility. rstudio#507
I think this applies also for this PR (sorry for that) :( Will fix asap. |
running |
Hi @Edild Could you ... " Please let me know when you've sent the email. Thank you for your help! Best, |
Thanks. Will submit asap - need to check if individual or corporate one applies here. |
@schloerke Done! |
|
This is a fix for #507 and deals more generally with
tileOptions
inaddRasterImage()
.The issue also links to other related issues in downstream packages.
The PR is backward compatible and raises a deprecation warning for the now overfluous arguments
opacity
andattribution
.PR task list:
devtools::document()