Opened 12 years ago
Closed 12 years ago
#1779 closed defect (fixed)
v.net.centrality: output map has features' cat values in layer 2, but table connected to layer 1
Reported by: | mlennert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Vector | Version: | svn-trunk |
Keywords: | v.net.centrality layer | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
v.net.centrality creates an output map with points representing those nodes for which centralities were calculated. As customary in network modules (at lest in trunk), these points have their cat values in layer 2. The attribute table is linked to layer 1, however.
As the output is only points, IMHO the cat values should be in layer 1.
Moritz
Change History (2)
follow-up: 2 comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to mmetz:
Replying to mlennert:
v.net.centrality creates an output map with points representing those nodes for which centralities were calculated. As customary in network modules (at lest in trunk), these points have their cat values in layer 2. The attribute table is linked to layer 1, however.
As the output is only points, IMHO the cat values should be in layer 1.
Right, fixed in all branches with r53637-9.
Thanks for the quick fix ! Closing ticket.
Moritz
Replying to mlennert:
Right, fixed in all branches with r53637-9.
Markus M