Skip to content

Commit a9fe7c2

Browse files
committed
add flowpath attributes to core
1 parent af3e58c commit a9fe7c2

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)