Skip to content

Commit

Permalink
trying to bring the maps back
Browse files Browse the repository at this point in the history
  • Loading branch information
bocinsky committed Dec 11, 2023
1 parent 9c61176 commit 429f244
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vignettes/articles/FedData.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,14 @@ plot_map <-
leaflet::addTiles(
urlTemplate = "https://basemap.nationalmap.gov/ArcGIS/rest/services/USGSShadedReliefOnly/MapServer/tile/{z}/{y}/{x}"
) %>%
leaflet::addProviderTiles("Stamen.TonerLines") %>%
leaflet::addProviderTiles("Stamen.TonerLabels") %>%
leaflet::addTiles(
urlTemplate = "https://tiles.stadiamaps.com/tiles/stamen_toner_lines/{z}/{x}/{y}.png"
) %>%
leaflet::addTiles(
urlTemplate = "https://tiles.stadiamaps.com/tiles/stamen_toner_labels/{z}/{x}/{y}.png"
) %>%
# leaflet::addProviderTiles("Stamen.TonerLines") %>%
# leaflet::addProviderTiles("Stamen.TonerLabels") %>%
leaflet::addPolygons(
data = FedData::meve,
color = "black",
Expand Down

0 comments on commit 429f244

Please sign in to comment.