Okay, I got the point to appear in the right spot.  However it doesn't appear 
in the sqlite data base.  I also wanted to add it's attributes.  I take it that 
it isn't as easy as simply filling them in with Sqlite browser.

Kurt
On Sep 23, 2011, at 4:11 PM, Martin Landa wrote:

> 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