You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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...
Is this possible with existing functions - I can't seem to work it out - or some functionality that can be introduced?
The text was updated successfully, but these errors were encountered: