[GRASS-user] v.proj

Hi everyone,

I'm using QGIS 1.7.0 and GRASS as a plug-in.

I want to use v.proj to reproject vector files from another location.

However when I open the location (B) where my reprojected vector file must
be safed, I can't choose my input vector file because it is in location (A).
Also when I open the (unprojected) vector file in location B, I can't select
the file. Or when I open location A, I can choose the input vector file, but
there is an error that I can't use 2 equal locations.

How does this work? I have tried several options, but they don't want to
work.

Thank you.

Kind regards,

Annelies

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/v-proj-tp6775855p6775855.html
Sent from the Grass - Users mailing list archive at Nabble.com.

Am 09.09.2011 14:48, schrieb adm:

I want to use v.proj to reproject vector files from another location.

you need to specify the location of origin:

v.proj in=file location=locationA mapset=name_of_mapset_in_locationA
out=file

best regards,
Georg