Skip to content

Commit 570a36e

Browse files
Merge pull request #25 from mikejohnson51/main
add flowpath attributes to core
2 parents af3e58c + a9fe7c2 commit 570a36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Either "all" or "core", or one or more of:
246246
}
247247

248248
if *opts.layers == "core" {
249-
*opts.layers = "divides,nexus,flowpaths,network,hydrolocations"
249+
*opts.layers = "divides,nexus,flowpaths,network,hydrolocations,flowpath_attributes"
250250
}
251251

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

0 commit comments

Comments
 (0)