Skip to content

Commit

Permalink
add line width to streams
Browse files Browse the repository at this point in the history
  • Loading branch information
hmitaso committed Nov 30, 2024
1 parent b26789c commit 0950085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grass/hydrology.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>Compute flow direction, flow accumulation and subwatersheds</h3>
d.his hue=basin_10K intensity=elevation_shade brighten=40
d.vect basin_10K type=boundary
d.rast lakes
d.vect streams_der_30m color=blue
d.vect streams_der_30m color=blue width=2
d.out.file mystreams
d.vect streams color=red
d.out.file streams_compare
Expand Down

0 comments on commit 0950085

Please sign in to comment.