ggmap
ggmap copied to clipboard
A package for plotting maps in R with ggplot2
For `get_map` / `get_googlemap` my (Mac) friend gets this error: ``` Error in gzfile(file, "rb") : cannot open the connection In addition: Warning message: In gzfile(file, "rb") : cannot open...
I have an asset whose position is coming from a database that I am plotting on a map. Every few seconds I want to refresh its position to display its...
## Reproducible Example I wonder if I've got something wrong here. I'm using [this polygon](https://data.ca.gov/dataset/e212e397-1277-4df3-8c22-40721b095f33/resource/b0007416-a325-4777-9295-368ea6b710e6/download/ca-county-boundaries.zip) to make CA counties, reading it in as an sf object, converting it to SpatialPolygonsDataFrame...
## Reproducible Example $ sw_vers ProductName: macOS ProductVersion: 13.0.1 BuildVersion: 22A400 ```r R.version _ platform aarch64-apple-darwin20 arch aarch64 os darwin20 system aarch64, darwin20 status major 4 minor 2.2 year 2022...
I have successfully found the place I need on the map, but the map also shows the names of many places in other countries. How do I get a map...
Hi, I am working with get_stadiamap and I would like to have the "stamen_watercolor" maptype. However, I get this error with the basic usage : bbox % ggmap() ℹ ©...
Hi, I am a sys-admin for a HPC (high performance computing) facility where a user is attempting to run ggmap. As is common with HPC, the compute backend, unlike the...
Hi, I noticed that it's not possible to `facet_wrap()` a `ggmap()` object with free scales, so that each facet is essentially "zoomed in" on the relevant part of the map....
In the internal function `get_stadiamap_tile`, one of the conditionals in charge of returning a message when you have an invalid URL (i.e. an URL with no response), leads to an...