Skip to content

Commit

Permalink
Merge pull request #139 from afsc-gap-products/dev2
Browse files Browse the repository at this point in the history
Fix survey grid transformation
  • Loading branch information
sean-rohan-NOAA authored Jan 6, 2025
2 parents 7b7f48e + a2ca287 commit f30db1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/get_base_layers.R
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,10 @@ get_base_layers <- function(select.region,
inpfc.strata <- sf::st_transform(inpfc.strata, crs = set.crs)
}

if(!is.null(survey.grid)) {
survey.grid <- sf::st_transform(survey.grid, crs = set.crs)
}

# Set plot boundary ------------------------------------------------------------------------------
if(all(select.region %in% c("ai.east", "ai.west", "ai.central", "goa.west", "goa.east"))) {

Expand Down

0 comments on commit f30db1a

Please sign in to comment.