[GRASS-SVN] r36643 - grass/trunk/vector/v.in.dxf
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Apr 8 20:52:08 EDT 2009
Author: hcho
Date: 2009-04-08 20:52:08 -0400 (Wed, 08 Apr 2009)
New Revision: 36643
Modified:
grass/trunk/vector/v.in.dxf/add_line.c
Log:
Fixed line import
Modified: grass/trunk/vector/v.in.dxf/add_line.c
===================================================================
--- grass/trunk/vector/v.in.dxf/add_line.c 2009-04-08 22:21:11 UTC (rev 36642)
+++ grass/trunk/vector/v.in.dxf/add_line.c 2009-04-09 00:52:08 UTC (rev 36643)
@@ -75,11 +75,8 @@
}
}
- if (arr_size == 2) { /* have both start and stop */
- if (!zflag)
- zpnts[0] = zpnts[1] = 0.0;
+ if (arr_size == 2) /* have both start and stop */
write_line(Map, layer, arr_size);
- }
return 0;
}
More information about the grass-commit
mailing list