Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stamenmap: is it possible to mix zoom levels for different maptypes? #322

Open
py9mrg opened this issue May 7, 2021 · 0 comments
Open

Comments

@py9mrg
Copy link

py9mrg commented May 7, 2021

Hello,

I have an issue where I'd like to have a higher zoom level for a terrain than for the labels. At lower zoom levels the terrain looks too blurry and at higher levels there's too many labels. As in I'd like to be able to do something like...

terrain <- get_stamenmap(bbox, zoom = 6, maptype = "terrain-background")
labels <- get_stamenmap(bbox, zoom = 4, maptype = "terrain-labels")

#### I know this won't work, because you can't add two ggplots, but then something like:

p <- ggmap(terrain) +
  ggmap(labels)

Is this possible with existing functions - I can't seem to work it out - or some functionality that can be introduced?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant