[GRASS-dev] v.build vector (created in grass7) in grass64svn: unkown keyword PROJ: 3 in vector header

hi,

tested with a self compiled wingrass64svn and a nightly build wingrass7svn

I've digitized a vector (area) in a wingrass7svn-session.

after switching to a wingrass64svn-session, v.build says:

/Unbekanntes Schlüsselwort PROJ: 3 in Vektor Header.
unkown keyword PROJ: 3 in vector header/

any idea what does this mean?

Helmut

-----
best regards
Helmut
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/v-build-vector-created-in-grass7-in-grass64svn-unkown-keyword-PROJ-3-in-vector-header-tp4360182p4360182.html
Sent from the Grass - Dev mailing list archive at Nabble.com.

Helmut wrote:

I've digitized a vector (area) in a wingrass7svn-session.

after switching to a wingrass64svn-session,
v.build says:

/Unbekanntes Schlüsselwort PROJ: 3 in Vektor Header.
unkown keyword PROJ: 3 in vector header/

any idea what does this mean?

grass7 recently started recording the coordinate-
space the data values are in (XY,UTM,LL,other: i.e.
effectively undefined XY, cartesian, polar, or
"other") same as the raster maps do. It was a 1/2
finished thing from the grass5 rewrite I think..

In r50637,8 I've set it to ignore these in grass6,
if present. Please test it.

thanks,
Hamish