In v.in.ogr, the output parameter shows as 'optional' in the gis.m gui (6.3.cvs), when it's actually required:
$ v.in.ogr dsn=. type=point layer=Matthew_2007006_Nav_JD127_MinasChannel
ERROR: Required parameter <output> not set
Probably a simple swapping of words is all that's required?
~ Eric.
Hi,
2007/10/24, Patton, Eric <epatton@nrcan.gc.ca>:
In v.in.ogr, the output parameter shows as 'optional' in the gis.m gui (6.3.cvs), when it's actually required:
$ v.in.ogr dsn=. type=point layer=Matthew_2007006_Nav_JD127_MinasChannel
ERROR: Required parameter <output> not set
Probably a simple swapping of words is all that's required?
Parameter 'output' is not required by default because of -l or -f
flag. It is required only if you are going to import data.
Martin
~ Eric.
_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev
--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *
Thanks for clearing that up Martin.
~ Eric.
-----Original Message-----
From: Martin Landa [mailto:landa.martin@gmail.com]
Sent: Wed 10/24/2007 3:39 PM
To: Patton, Eric
Cc: grassuser@grass.itc.it; grass-dev@grass.itc.it
Subject: Re: [GRASS-dev] v.in.ogr parameter displays as optional instead of required
Hi,
2007/10/24, Patton, Eric <epatton@nrcan.gc.ca>:
In v.in.ogr, the output parameter shows as 'optional' in the gis.m gui (6.3.cvs), when it's actually required:
$ v.in.ogr dsn=. type=point layer=Matthew_2007006_Nav_JD127_MinasChannel
ERROR: Required parameter <output> not set
Probably a simple swapping of words is all that's required?
Parameter 'output' is not required by default because of -l or -f
flag. It is required only if you are going to import data.
Martin
~ Eric.
_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev
--
Martin Landa <landa.martin@gmail.com> * http://gama.fsv.cvut.cz/~landa *