On Tue, Feb 24, 2009 at 2:05 AM, John R. <jo...@wowway.com> wrote:
> Hello,
>
> I am running GRASS 6.3.0 on Linux.  I would like to use a postgis table as a
> read only vector layer in GRASS.
>
> One time I had v.external doing more than it does now.  Here is a typical
> execution:
>
> # v.external 'dsn=PG:host=localhost user=postgres dbname=spatial_db'
> output=gpxpints_pg
> Data source contains 1 layers:
> trackpnt
>
> This would be the behavior I would expect if "output" was not defined. There
> is no vector layer created in GRASS.

You need to define
layer=trackpnt
as well.

Markus
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to