Skip to content

Commit 11eda70

Browse files
authored
Also make the fix in the tower + state/country overlay
1 parent c47262d commit 11eda70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

episodes/09-vector-when-data-dont-line-up-crs.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ conversion:
251251

252252
```{r layer-point-on-states}
253253
ggplot() +
254-
geom_sf(data = country_boundary_US, size = 2, color = "gray18") +
255-
geom_sf(data = state_boundary_US, color = "gray40") +
254+
geom_sf(data = state_boundary_US, color = "gray60") +
255+
geom_sf(data = country_boundary_US, size = 5, alpha = 0.25, color = "black") +
256256
geom_sf(data = point_HARV, shape = 19, color = "purple") +
257257
ggtitle("Map of Contiguous US State Boundaries") +
258258
coord_sf()

0 commit comments

Comments
 (0)