[GRASS-user] change projection, project vector file

Dear users

I can't project my map in a geographic projection location right into a location with austrian lambert conic conform projection. If I try it with v.proj GRASS just imports the ID-column twice and no other columns f.e. coordinates, values...

Should I use another command?

I would be very greatful for any help!!!

thanks,
stef
--
Sensationsangebot nur bis 30.11: GMX FreeDSL - Telefonanschluss + DSL
für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a

On Sat, Nov 29, 2008 at 11:20 PM, Stefanie Obmann <stef_ob@gmx.at> wrote:

Dear users

I can't project my map in a geographic projection location right into a location with austrian lambert conic conform projection. If I try it with v.proj GRASS just imports the ID-column twice and no other columns f.e. coordinates, values...

This should work. Can you please post which columns the
original map has?

v.info -c yourvectmap

and maybe the first 3 rows of
v.db.select yourvectmap

and from both the source and target location
g.proj -w
g.region -p

?

Markus

PS: v.transform is not appropriate for reprojections.