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
library(tmap) data("NLD_prov") tmap_mode("view") tm_basemap("CartoDB.PositronNoLabels") + tm_shape(NLD_prov, crs = 4236) + tm_borders() + tm_tiles("CartoDB.PositronOnlyLabels")
The text was updated successfully, but these errors were encountered:
888e852
The default value of max.zoom.level was totally off: 1. It should be somewhere around 18, but ideally provider-specific. See #880
max.zoom.level
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: