Hi,

2011/9/23 Kurt Springs <ferret_b...@mac.com>:
> v.edit -n map=wedge_tomb@PERMANENT layer=1 type=point tool=add input=- 
> coords=170402,374124

* `coords`, `layer` and `type` do nothing in this case
* `input=-` means that it will read data from standard input, so the
command waits for that (it will wait for eternity if you do not
provide any input;-)

So store

"""
P 1 1
170402 374124
1 1
"""

into the file and run

v.edit -n map=wedge_tomb@PERMANENT tool=add input=<path/to/the/file>

Martin

-- 
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to