[GRASS-user] v.in.dxf TEXT

Hi,

I'm new in grass. I'm trying to import a dxf file to grass using v.in.dxf,
but I don't know how to see the text data (entity type TEXT, specificly the
text under the group code 1).

I'm trying with this http://www.techsoftdesign.com/kt/eng/dxf.htm sample
file .
For example the TEXT@15674 text data is Gedeckt 8

When I run:
v.in.dxf 'input=/home/mingumg/data/sample.dxf' output=text_sample layers=1
--overwrite

I could not see the Gedeckt 8 anywhere.
By the way if I run:
  v.out.dxf input=text_sample
output=/home/toopath/data_prova/text_sample.dxf

This information has disappeared...

Please could anyone help me?
Thanks

Mingu
--
View this message in context: http://n2.nabble.com/v.in.dxf-TEXT-tp2496298p2496298.html
Sent from the Grass - Users mailing list archive at Nabble.com.

mingumg wrote:

Hi,

I'm new in grass. I'm trying to import a dxf file to grass using v.in.dxf,
but I don't know how to see the text data (entity type TEXT, specificly the
text under the group code 1).
  

To the best of my knowledge, v.in.dxf does not import any attribute information.
--
Micha

I'm trying with this http://www.techsoftdesign.com/kt/eng/dxf.htm sample
file .
For example the TEXT@15674 text data is Gedeckt 8

When I run:
v.in.dxf 'input=/home/mingumg/data/sample.dxf' output=text_sample layers=1
--overwrite

I could not see the Gedeckt 8 anywhere.
By the way if I run:
  v.out.dxf input=text_sample
output=/home/toopath/data_prova/text_sample.dxf

This information has disappeared...

Please could anyone help me?
Thanks

Mingu