[GRASS-dev] [GRASS GIS] #1615: Regression - v.transform fails to create a 3D map, crashes on Windows
GRASS GIS
trac at osgeo.org
Tue Aug 21 00:25:23 PDT 2012
#1615: Regression - v.transform fails to create a 3D map, crashes on Windows
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.3
Component: Vector | Version: 6.4.2
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by mmetz):
Replying to [comment:7 mmetz]:
>
> Fixed in all branches (r52782-4). Please test.
There are more fixes in r52791-3. These should fix the previously observed
crashes and the coor mismatch, it was the by now usual suspect of a still
open database driver.
For trunk, I have removed that rather weird table option. The table is now
selected by layer number or name, as is common for other modules. The
example provided in this ticket also uses the attribute table attached to
the test vector, but the user has to figure out first the table name, and
then supply that table name as argument. The test command for trunk is
thus now
{{{
v.transform input=rm_a_map output=rm_a_map3d layer=1 column="zshift:h"
}}}
Markus M
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1615#comment:8>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list