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 layer with texts from a dxf file. At the moment, I can just
see contour lines.
Another problem:
I tried to insert a shp-file in GRASS GIS 5.7
The following error message appears:
v.in.ogr: relocation error: v.in.ogr: undefined symbol: OGRGetDriverCount
Does anyone knows where this error comes from?
My last question:
I labeld some areas (v.digit) ? entered a category number and edit the
category file in v.support.
Now I can see the category number when I run v.digit.
How can I make the given name visible?
On Wednesday 25 February 2004 11:20, Bettina wrote:
Hello
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 layer with texts from a dxf file. At the moment, I can just
see contour lines.
Another problem:
I tried to insert a shp-file in GRASS GIS 5.7
The following error message appears:
v.in.ogr: relocation error: v.in.ogr: undefined symbol: OGRGetDriverCount
Does anyone knows where this error comes from?
Do you have GDAL >= 1.1.8?
BTW, v.in.dwg can import both DWG and DXF.
My last question:
I labeld some areas (v.digit) ? entered a category number and edit the
category file in v.support.
Now I can see the category number when I run v.digit.
How can I make the given name visible?
In v.digit you cannot AFAIK. In 5.7 you can use d.vect display=attr
or generate labels (v.label).