We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FYI https://stamen.com/here-comes-the-future-of-stamen-maps/
This example now throws an error:
cities <- data.frame( x = c(-63.58595, 116.41214), y = c(44.64862, 40.19063), city = c("Halifax", "Beijing") ) ggplot(cities, aes(x, y)) + annotation_map_tile(type = "stamenwatercolor") + geom_spatial_point() + geom_spatial_label_repel(aes(label = city), box.padding = 1) + coord_sf(crs = 3995) Error in `annotation_map_tile()`: ! Problem while converting geom to grob. ℹ Error occurred in the 1st layer. Caused by error in `check.dimensions()`: ! Zero tiles were loaded for type stamenwatercolor Run `rlang::last_trace()` to see where the error occurred.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FYI https://stamen.com/here-comes-the-future-of-stamen-maps/
This example now throws an error:
The text was updated successfully, but these errors were encountered: