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

Hello, I am trying to create a study area map using ggmap and geom_sf. I originally had some issues but the ideas in [this](https://stackoverflow.com/a/50844502/3653140) post helped line things up. But...

Hi, I've just encountered a strange problem with the results from mapdist. For my set of addresses, the calculated distances are correct but their positions are swapped in the data...

- ggmap_3.0.0.900 - ggplot2_3.1.0 - R 3.5.2 --- I was wondering why a map I was building would sometimes get errors in some `maptype`s, and return a completely blank plot...

Hi dear developers, It may be a very easy question but I couldn't find a perfect answer so far: is it possible to get a purely clean google map, which...

I can get get_map to return a satellite map when specifying the maps location by a centroid i.e. location = c(Longitude, Latitude) , however, when I specify the location as...

When using qmplot(), the `maptype` variable seems to be ignored. See the below example. `maptype` is set to `toner-lite` but it appears to be using `terrain` instead. Probably unrelated, but...

I am trying to use naver map in the R shiny, I have the Key and client ID from the naver cloud interactive map but when I use the get_navermap...

https://github.com/dkahle/ggmap/blob/37a86724bcf651ec0ef4be72db46d3ac2a03963a/R/get_map.R#L164 This line is not commented out in the CRAN package version, so user's get the "terrain" maptype regardless of what they asked for.

I couldn't quite figure out how to customize the map extent from a Google map: I'd like the map extent to just surround the color overlay in the middle. in...

## Reproducible Example It appears that a hash (`#`) in the query of `ggmap::geocode()` will prevent returning a result. Perhaps queries should be cleaned? Below I use the same address...