Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Mar 28, 2019
1 parent 832b928 commit df03292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logo/logo_hex-streams.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ glyph_sf <- function(char, bbox, scale_factor = 3700){
ncg <- st_geometry(n)
cntrd <- st_centroid(ncg)
ncg2 <- (ncg - cntrd) * scale_factor + cntrd
st_sfc(ncg2, crs = st_crs(hu12))
st_sfc(ncg2, crs = st_crs(bbox))
}

# mapview(st_transform(hu12, 4326)) +
# mapview(st_transform(ncg2, 4326))
# mapview(st_transform(n, 4326))

# ---- pull_streams ----
lake_streams <- nhd_plus_query(poly = hu12,
Expand Down

0 comments on commit df03292

Please sign in to comment.