Scott M. M. Jackson

Results 57 comments of Scott M. M. Jackson

Linked to #160

I can't reproduce this. Do you have any more information that might help? `devtools::install_github('dkahle/ggmap')` first and see if that fixes your problem. Thanks!

I've created a new label for this type of issue. Query limit bugs are not great but we can find a way to make ggmap a better citizen.

Actually, this might be a dupe of #217. Would everyone having this problem please try: ```r devtools::install_version("rjson", version = "0.2.15") ``` If this fixes your issue please thumbs-up react. If...

I think we've got a decision to make here. @lepennec's solution seems to work, but I'm not sure what side effects it might have making the mapping specific to the...

Looks like we need to fix the API access: https://wiki.openstreetmap.org/wiki/Downloading_data

Yes, we're hoping to improve geocoding before the next CRAN submission though.

Thanks, this is probably a bug. Would you mind including a reproducible example of what you're trying to do so we have something to test against?

I imagine it's stamen usage limits. Doesn't feel great, but the alternative is using local databases.

@dpprdan thanks for this. Do you want me to add unit tests (since this is drawn towards a bug)?