r-tmap / tmap

R package for thematic maps
https://r-tmap.github.io/tmap
GNU General Public License v3.0
868 stars 121 forks source link

basemap Stamen.Watercolordoes not exist in the providers list #942

Closed raffaem closed 1 month ago

raffaem commented 1 month ago

I cannot run this example:

tmap_mode("view")
tm_basemap("Stamen.Watercolor") +
  tm_shape(metro) + tm_bubbles(size = "pop2020", col = "red") +
  tm_tiles("Stamen.TonerLabels")

I get

old-style crs object detected; please recreate object with a recent sf::st_crs()
old-style crs object detected; please recreate object with a recent sf::st_crs()
old-style crs object detected; please recreate object with a recent sf::st_crs()
old-style crs object detected; please recreate object with a recent sf::st_crs()
old-style crs object detected; please recreate object with a recent sf::st_crs()
Warning: basemap Stamen.Watercolordoes not exist in the providers list nor does it seem a valid url
Warning: basemap Stamen.TonerLabelsdoes not exist in the providers list nor does it seem a valid url
Legend for symbol sizes not available in view mode.
mtennekes commented 1 month ago

Apparently, it was renamed upstream to "Stadia.StamenWatercolor". Thx for letting us know. We'll change the examples