Questions tagged [rosm]

An R package to download and plot Open Street Map, Bing Maps and other tiled map sources to create maps in R.

2 questions
2
votes
0 answers

New to R and having troubles getting layout, prettymapr and pdf to play nicely together

Relatively new to R so I apologize if this is a naive question. I am attempting to create a PDF document containing a series of maps (with data point overlays) using prettymapr. Below this, I would like to display some simple text that includes…
Ollie123
  • 21
  • 2
2
votes
2 answers

How to pass Thunderforest API key to the R ggspatial package to create a map

I am creating maps using the rosm and ggspatial R package. The ggosm function is easy to use to extract a base map layer based on the spatial object provided. Here is an example. library(ggplot2) library(sp) library(rosm) library(ggspatial) ggosm()…
www
  • 38,575
  • 12
  • 48
  • 84