On 28/09/2010 12:02, lara wrote:

Dear all

I am quite new to GRASS, only use it few times.

I need to label my points, so i tried to use v.label

i have this file which i imported with :

  v.in.ascii --o in=/stations_LU_AB out=stations_LU_ab


705131.45|5513243.33|LU0104A
738198.49|5513485.53|LU0105A
715628.70|5486561.69|LU0001A
739861.59|5489430.06|LU0099A
715474.80|5488410.95|LU0102A
726771.85|5500003.64|LU0013A
726722.32|5499259.57|LU0101A
725889.30|5499966.84|LU0100A
710345.43|5504908.79|LU0008A
727890.58|5537167.57|LU0103A
725969.76|5499970.19|LU0012A
717207.29|5487366.69|LU0107A
728209.78|5537181.14|LU0018A
725777.59|5505529.71|LU0106A

and it works fine... then i used v.label

v.label labels=stat_labels map=stations_LU_ab column=cat type=point,centroid
layer=1 xoffset=0 yoffset=0 reference=center font=standard size=100
color=black rotation=0 width=1 hcolor=none hwidth=0 background=none
border=none opaque=yes

... there were no complains:
"Labeled 14 lines."

and finally :

d.vect stations_LU_ab
d.labels stat_labels


and it nothing appears ... :(
Maybe you're not at the right region. Try first:
g.region vect=stations_LU_ab
Could you give me some lights in what I am doing wrong?

I thank you in advance

Lara A. REis


--
Micha Silver
http://www.surfaces.co.il/
Arava Development Co.  +972-52-3665918

_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to