Opened 17 years ago
Closed 17 years ago
#34 closed defect (fixed)
ps.map documentation lists incorrect values for vlines "type" option
Reported by: | tvrusso | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 6.4.0 |
Component: | Docs | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
According to the ps.map documentation:
vlines
Selects a vector map layer for output and plots lines.
USAGE: vlines vectormap
type lines and/or boundaries
...
end
In fact, the valid values for type are "line" and "boundary", not "lines" and "boundaries" --- the only way I figured that out was by looking at the source code when my attempt to use "boundaries" didn't work.
Note:
See TracTickets
for help on using tickets.
I've changed the vlines type description to "line and/or boundary" in svn trunk.
Thanks,
~ Eric.