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

@hadley suggested putting the tile retrieval functions in their own package; he even started one a few years back: __[rastermap](https://github.com/hadley/rastermap)__. What do we see to be the advantages of that?...

question

Hi, This is probably not related to `ggmap` itsefl but impairs its usage (and maybe you can work around it). Quite otfen, I cannot download a tile through R while...

feature request

I would like to be able to use UTM coordinates for my axes in ggmap. I currently do this by getting my background with `get_map()`, converting the bounding box attributes...

feature request

Would it be possible to have a `geom_ggmap()` that made it easier to add a layer to an existing plot? I think this should just be a simple modification of...

feature request

Just wondering if in the course of development of this (very awesome) package, if the possibility of interfacing with Landsat had been considered? Not pushing this for a feature request,...

feature request

### Long story short Briefly, this line https://github.com/dkahle/ggmap/blob/master/R/get_map.R#L178, should read `zoom

bug

See the discussion [here](http://stackoverflow.com/questions/41049782/making-multiple-style-references-in-google-maps-api/41051499?noredirect=1#comment69422098_41051499) on SO, but the gist is that the documentation leads you to believe you can pass a list of style arguments to `ggmap()`, however you are...

feature request

Hi, i was using the geocode function and using the variable query to do some joins and comparison. The new version of geocode since 2015 just dumps this variable and...

feature request

Since commit dd6bf2da5a54b7bf14c30afe2ce2a6b98b114499, `get_googlemap()` is requesting the map via http instead of https, but since `download.file()` is called with `method = NULL` (`method = 'internal'` in most of the cases),...

feature request
bug

First, thanks for writing this package! It's extremely useful. I ran into the error: >Error: google restricts requests to 2500 requests a day for non-business use. When trying to use...

bug