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

The `ggmap()` and `ggmapplot()` tests should probably check that printing the object works. The patch implements this. Also `getFakeMap()` was fixed so that the examples (with printing) do work. ##...

Hi, Feature request rather than bug. The following is an example taken from Stack Overflow, which is a minimal example of some similar code I'm working with: island = get_map(location...

feature request

Please note that in the following example `geom_density` is being used as a stand-in for a custom stat/geom that I wrote for internal projects at my office. ``` r library(ggmap)...

needs more information

Just a small change to the order of the 'lat' and 'lon' columns for `geocode()`. Instead of 'lon', 'lat' they are now 'lat', 'lon' so as to make it easy...

I've always found the custom styling within ggmap to be a bit complicated, and I feel it is an underutilised feature because of this. While CloudMade used to offer some...

feature request

This is a 2-line fix for issue #150 allowing address vectors with more than 2500 elements to be geocoded with source = 'dsk'. I ran devtools::check() and roxygen2::roxygenise(".") without any...

Is there a way to access the historical imagery from google earth and implement specific dates when creating ggmaps? Specifically my sites are generally covered in snow, high alpine, and...

feature request

These are simple fixes to `mapdist()`, for example fixing issue #70. I am aware that a set of more advanced updates is proposed in pull request #129, and this pull...