[GRASS5] ps.map : sorting sites by size before painting

Hello,

Would it be possible (and desireable) to introduce a sorting algorithm into
the do_sites.c of ps.map in order to ensure that larger sites are behind
smaller sites ? I believe there are enough sorting algorithms out there that
would make this a very quick coding exercise.

Moritz

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'

mlennert@club.worldonline.be wrote:

Hello,

Would it be possible (and desireable) to introduce a sorting algorithm into
the do_sites.c of ps.map in order to ensure that larger sites are behind
smaller sites ? I believe there are enough sorting algorithms out there that
would make this a very quick coding exercise.

Yes.
sort command should help now or for simple symbol
plot sites twice and use 2 icons: filled area and outline.

Radim

----------------------------------------
If you want to unsubscribe from GRASS Development Team mailing list write to:
minordomo@geog.uni-hannover.de with
subject 'unsubscribe grass5'