Skip to content

basemap_terra() low resolution / pixilated #36

@thomarse-ef

Description

@thomarse-ef

I'm trying to use the basemap_terra() function but the image is coming out pixilated. Example:

library(terra)
library(basemaps)

# load data
data(ext)

# view
basemap_magick(ext)
basemap(ext)
## these look great

# plot terra version
plot(basemap_terra(ext))
# pixilated

I've tried playing with arguments map_res and dpi but no joy. Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions