Thanks Hamish.
Why don't we share symbols and icons across programs, without having to
duplicate the efforts, and providing more consistency to users?
A sort of gis-desktop icons, see http://tango.freedesktop.org
All the best.
--
Paolo Cavallini: http://www.faunalia.it/pc
[this will probably bounce off the qgis list, feel free to fwd if it
doesn't turn up]
Hamish ha scritto:
> I added another new symbol in SVN called extra/fish. It's based on
> the one in QGIS.
Paolo:
Why don't we share symbols and icons across programs, without having to
duplicate the efforts, and providing more consistency to users?
that's exactly what this new one was - I "just" had to translate QGIS's
..svg icon into GRASS's symbol format. (grass's symbol library doesn't
yet know how to do curves so I had to calculate those manually)
I'm close to the point where I have a matlab script that automatically
translate simple SVG into GRASS symbols, but in many ways these things
like to be hand crafted. At the end of the IconSymbols wiki page you will
find links to a number of .svg and .eps symbol repositories which can
already be used with ps.map. Better would be to translate that tool
into Python+SciPy or C.