Skip to content

Commit

Permalink
Merge pull request #25 from mikejohnson51/main
Browse files Browse the repository at this point in the history
add flowpath attributes to core
  • Loading branch information
mikejohnson51 authored Dec 21, 2023
2 parents af3e58c + a9fe7c2 commit 570a36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Either "all" or "core", or one or more of:
}

if *opts.layers == "core" {
*opts.layers = "divides,nexus,flowpaths,network,hydrolocations"
*opts.layers = "divides,nexus,flowpaths,network,hydrolocations,flowpath_attributes"
}

logger := log.New(os.Stdout, "hfsubset ==> ", log.Ltime)
Expand Down

0 comments on commit 570a36e

Please sign in to comment.