Skip to content

Commit

Permalink
missed a _sf suffix - book renders properly now
Browse files Browse the repository at this point in the history
  • Loading branch information
oharac committed Oct 24, 2024
1 parent 3d99f23 commit c26a88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion materials/sections/geospatial-vector-analysis.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ m <- leaflet(options = leafletOptions(crs = epsg3338)) %>%
fillOpacity = 1,
weight = 0.25,
color = "black",
label = ~ paste0(pop_4326_sf$city, ", population ", comma(pop_4326$population))
label = ~ paste0(pop_4326_sf$city, ", population ", comma(pop_4326_sf$population))
) %>%
addLegend(
position = "bottomleft",
Expand Down

0 comments on commit c26a88b

Please sign in to comment.