-
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
Error message on creating simple maps which worked yesterday. #353
Comments
Hello, same issue here - ggmaps were working perfectly yesterday, today I'm facing same error - I've even tried code from some web tutorial to make sure it's not caused by spelling:
|
I'm experiencing the exact same error for code that used to work: |
I had the same issue but after some digging it turns out that Stamen Maps no longer hosts tiles - manually creating a URL and visiting shows service unavailable. This would require a lot of reworking to use a third-party cache of the Stamen Maps or trying to link to the API for the new host similar to how Google Maps requires an API key |
Turns out the team at StadiaMaps created a PR for this a while ago #351 which adds a Current workaround until @dkahle merges the PR (skip step 3 if reading this after merge and just update your install instead)
Official instructions found in #350 (comment) |
Regarding point 3 >> details on re-instalation of ggmap can be found here: https://docs.stadiamaps.com/guides/migrating-from-stamen-map-tiles/#ggmap |
I believe this is fixed by 191159d; please reopen if that isn't the case. |
number of rows of matrices must match
Hey,
ggmap
was working just fine yesterday, when I used it today I couldn't make any large maps, by large I mean a big bounding box, the zoom isn't the issue. Whenever I make a map, i.e. one of europe, I get an error ofError in f(init, x[[i]]) : number of rows of matrices must match (see arg 2)
. When I change the bounding box forggmap
to be smaller it works, so I assume it's an issue somewhere there.Below is a reproduce-able example of the error, it continues to happen after I restart r and my computer.
Error in f(init, x[[i]]) : number of rows of matrices must match (see arg 2)
The text was updated successfully, but these errors were encountered: