-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
library(sf)
library(ggplot2)
library(snapbox)
area <- st_bbox(
c(xmin = 147, ymin = -43, xmax = 147.7, ymax = -42.65),
crs = 4326
)
ggplot() +
layer_mapbox(area, scale_ratio = 0.5)
Error in get_map_image(bbox = mercator_bbox, map_style = map_style, width = width, :
The remote server returned status code 401 in response to the image request
All packages are up to date. Running on kubuntu 20.04
edit: guess it's an issue of setting up a mapbox token, just not sure where to do it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels