-
Notifications
You must be signed in to change notification settings - Fork 231
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
Stamen migration to Stadia Maps (+ add new styles) #351
Conversation
Just a quick bump on this, as we plan to start brownouts toward the end of September to let people know to switch over. It would be great to have ggmap updated. |
Bump @dkahle? |
This is great, thanks @ianthetechie. Is there a reason why you removed |
Good question @dkahle. To be completely honest this is the first time I've written anything in R in like 8 years, so I don't know what the generally accepted practices are around deprecation in the R community. Since it's already a breaking change (API keys are required so that's a semantically breaking change) and the Stamen function would only make sense with a subset of styles, I thought it was easier to just remove it as that's what both OpenLayers and Leaflet Providers opted for, but I'm open to your suggestions on this. Feel free to suggest / make edits directly (I think those are enabled). |
I installed Ian's version to give it a try after finding the brownout in my pipeline. Works smooth enough once I've got the API key, and the auto messages got me on the right pages to get an API key quickly. Unfortunately it looks like Stadia is inheriting the brownout at this stage. The following snippet has brownout tiles:
For backwards-compatibility I'd suggest leaving in |
@jimr1603 Quick clarification request: did you add an API key? We still allow unauthenticated requests during the brownout, but you will have to invoke |
I did, but I'll see if this still happens after the computer's had a couple
of reboot cycles, later today.
…On Mon, 16 Oct 2023 at 05:29, Ian Wagner ***@***.***> wrote:
Unfortunately it looks like Stadia is inheriting the brownout at this
stage. The following snippet has brownout tiles:
@jimr1603 <https://github.com/jimr1603> Quick clarification request: did
you add an API key? We still allow unauthenticated requests during the
brownout, but you will have to invoke register_stadiamaps("YOUR-API-KEY")
to keep using the tiles after October 31st.
—
Reply to this email directly, view it on GitHub
<#351 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKKVDNVZVQXKQJLSCVZZPDX7SZ2NAVCNFSM6AAAAAA4BZZAJ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRTG4YDOMBSGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Tested it just now and can't replicate. Maybe the session needed restarting after loading the API key the first time, maybe I did something wrong 🤷 |
Just a quick bump on this @dkahle. The total shutoff date is this week for the old Stamen URLs. |
Got it. Thanks @ianthetechie! |
Before you open your PR
roxygen2::roxygenise(".")
?Description
Reflects that Stamen map tiles are now hosted by Stadia Maps. The old endpoints will start showing warning tiles sometime in September before being shut off on October 31, 2023.
Closes #350.