ggmap icon indicating copy to clipboard operation
ggmap copied to clipboard

A package for plotting maps in R with ggplot2

Results 121 ggmap issues
Sort by recently updated
recently updated
newest added

When passing a vector of to/from to mapdist that includes repeated pairs of to/from, the returned data frame re-duplicates repeated entries, and returns too many lines. Here is code that...

bug

Back in 2020, 3.0.1 was scoped out in NEWS.md https://github.com/dkahle/ggmap/blob/master/NEWS.md This is after merging https://github.com/dkahle/ggmap/issues/317 to remove the unused rjson dependency. Because this version hasn't been published to CRAN and...

The example in the `get_map()` documentation produces an error in my environment and it seems I cannot get a map with this function at all. For some reason reprex does...

In `get_googlemap()`, using the `visible` argument as a replacement for `zoom` doesn't work, since `zoom` is required to be numeric, the default is set to `zoom = 10`, and `zoom`...

This might be an issue with `geom_sf` or an issue with how ggmap sets up the dataframe for ggmap or something else. I'm not sure, so I'm submitting it here...

question

Well, I can't reproduce this error, but I thought I would post it anyway since it caused me a lot of pain (losing many geocoded coordinates) Apparently, Google returned something...

bug

After reading the manual I thought that for plotting OpenStreetMap/Stamen Maps I don't need google API. Is that true or is all the functionality of ggmap is dependent on google...

bug
help wanted

Creates function ggmap_to_webmercator to fix bounding boxes of tiles to make them compatible with geom_sf (alignment issues see https://stackoverflow.com/questions/47749078/how-to-put-a-geom-sf-produced-map-on-top-of-a-ggmap-produced-raster/50844502#50844502) - [x] Did you run R CMD CHECK? - [x] Did...

Adding basemap tiles from Carto DB (cleanup from now deleted pull request) ## Before you open your PR - [x] Did you run R CMD CHECK? - [x] Did you...