<div dir="ltr"><div><div>Hello all,<br><br></div>I'm trying to write a new area to a new vector map, without success.<br><br>If I do the following :<br>new_boundary = Boundary(points=coordinates)<br>new_centroid = Point(point_x,point_y)<br>new_area = Area(boundary = new_boundary, centroid=new_centroid)<br><br>new_vect_map.write(new_area)<br><br></div>I get this error:<br><div>AttributeError: 'VectorTopo' object has no attribute '_write_area'<br><br></div><div>But if I write the boundary and centroids independently, the areas are not properly created, and centroids are just recognized as "points", not centroids.<br><br></div><div>I should I proceed to have the vector map properly written?<br></div><div><br>Below is my version of GRASS:<br>GRASS 7.0.0svn (2014)<br>libgis Revision: 62395 <br>libgis Date: 2014-10-26 18:17:27 -0600 (dom 26 de oct de 2014) <br><br><br></div><div>Regards,<br></div><div>Laurent<br></div><div><br></div></div>