[GRASSLIST:2880] text

Hi

Still the same problem: I would like to insert a dxf-file in GRASS GIS
5.0.3.
I have loaded the "Layer with Line data" via v.in.dxf, which I can see on
the monitor.
How I can load layers with texts from a dxf file. At the moment, I can
just see contour lines.

How can I make the text visible?
And houw does it work in GRASS 5.7?

Thank you for your help

Bettina

--
+++ NEU bei GMX und erstmalig in Deutschland: TÜV-geprüfter Virenschutz +++
100% Virenerkennung nach Wildlist. Infos: http://www.gmx.net/virenschutz

Still the same problem: I would like to insert a dxf-file in GRASS GIS
5.0.3.
I have loaded the "Layer with Line data" via v.in.dxf, which I can see
on the monitor.
How I can load layers with texts from a dxf file. At the moment, I can
just see contour lines.

How can I make the text visible?

I'm not sure, but I seem to remember some mention of this before on the
mailing list -- try searching the archive. I think the answer was that
this is not handled by v.in.dxf. You could try loading the file into
'qcad' and by using the layer tool selectively save the text layer on its
own and through some bash scripting (or other) magic create either a
GRASS sites file with text labels or a series of d.text.freetype
commands (if you want to preserve any text rotation). The DXF format
isn't too obscure so this may not be as hard as it first sounds.

And how does it work in GRASS 5.7?

v.in.dwg should be much better than v.in.dxf, but unfortunately it is
based on a non-Free library and you'll have to build it yourself if you
want to try. You may not distribute the resultant binary program.
I have no idea if it will deal with text layers.

see:
http://freegis.org/cgi-bin/viewcvs.cgi/grass51/vector/v.in.dwg/README?rev=1.3&content-type=text/vnd.viewcvs-markup

Good luck, please post to the list if you are successful.

Hamish

On Wednesday 10 March 2004 23:32, Hamish wrote:

> And how does it work in GRASS 5.7?

v.in.dwg should be much better than v.in.dxf, but unfortunately it is
based on a non-Free library and you'll have to build it yourself if you
want to try. You may not distribute the resultant binary program.
I have no idea if it will deal with text layers.

Text element is imported as point + text stored in attribute table.

Radim