Skip to content

Commit

Permalink
Merge pull request #120 from dblodgett-usgs/master
Browse files Browse the repository at this point in the history
add default for force_FC
  • Loading branch information
ateucher authored Mar 10, 2022
2 parents a359f15 + d0e861a commit 8f1a012
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
#'
#' @return geojson
#' @export
apply_mapshaper_commands <- function(data, command, force_FC, sys = FALSE, sys_mem = 8) {
#'
apply_mapshaper_commands <- function(data, command, force_FC = TRUE, sys = FALSE, sys_mem = 8) {

data <- as.character(data)

Expand Down
8 changes: 7 additions & 1 deletion man/apply_mapshaper_commands.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f1a012

Please sign in to comment.