Tue, Sep 12 2006
11:34:54
|
|
Request created by guest
|
|
Subject: ps.map: vpoints with sizecol not sorted to put larger behind smaller
icons
Platform: GNU/Linux/x86
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: cvs_head_20060912
When creating sizeable point symbols with the vpoints command and the sizecol
option, ps.map does not sort the icons so that larger are behind smaller ones.
This can make smaller ones invisible sometimes.
Moritz |
|
Fri, Feb 9 2007
04:59:29
|
|
Comments added by hbowman
|
|
What about cases like Markus's PHP earthquake map, where you want the
new big symbols to be drawn on top of older ones? If automatically
sorted, there is no way to unsort them in cases when that is more
appropriate.
work-around 1) fillcolor = none
work-around 2) border color = none. Then all are equal depth :)
work-around 3) things are drawn by their cat #, so add a column,
populate it with a ranking, and then use v.reclass column= to use them
as cat numbers.
Hamish
|
|