[GRASS-CVS] hamish: grass6/vector/v.label description.html, 1.12, 1.13

grass at intevation.de grass at intevation.de
Tue Nov 20 06:06:24 EST 2007


Author: hamish

Update of /grassrepository/grass6/vector/v.label
In directory doto:/tmp/cvs-serv10276

Modified Files:
	description.html 
Log Message:
where= may cause lots of labels files, so say how to combine them


Index: description.html
===================================================================
RCS file: /grassrepository/grass6/vector/v.label/description.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- description.html	26 Sep 2007 07:19:10 -0000	1.12
+++ description.html	20 Nov 2007 11:06:22 -0000	1.13
@@ -207,6 +207,17 @@
 d.labels lroads
 </pre></div>
 
+Since the label files are simple text files, you can merge them together
+if you like. For example if you set the label colors based on database
+attributes using multiple runs with the <b>where</b> option.
+This example uses the standard UNIX <tt>cat</tt> program.
+
+<div class="code"><pre>
+cd $MAPSET/paint/labels/
+cat file1 file2 file3 file4 > file_all
+</pre></div>
+
+
 
 <H2>SEE ALSO</H2>
 <EM>




More information about the grass-commit mailing list