Skip to content

Commit

Permalink
Update light map
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneil authored Oct 13, 2023
1 parent 2d4069d commit 4ebcca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site.R
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ page_section(
),
background_shapes = "county",
tiles = list(
light = list(url = "https://stamen-tiles-{s}.a.ssl.fastly.net/toner-lite/{z}/{x}/{y}{r}.png"),
light = list(url = "https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png"),
dark = list(url = "https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{r}.png")
),
attribution = list(
Expand Down

0 comments on commit 4ebcca9

Please sign in to comment.