[GRASS-SVN] r55448 - grass/trunk/lib/python/pygrass/vector
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Mar 19 08:24:14 PDT 2013
Author: zarch
Date: 2013-03-19 08:24:14 -0700 (Tue, 19 Mar 2013)
New Revision: 55448
Modified:
grass/trunk/lib/python/pygrass/vector/vector_type.py
Log:
Remove duplicate
Modified: grass/trunk/lib/python/pygrass/vector/vector_type.py
===================================================================
--- grass/trunk/lib/python/pygrass/vector/vector_type.py 2013-03-19 15:24:06 UTC (rev 55447)
+++ grass/trunk/lib/python/pygrass/vector/vector_type.py 2013-03-19 15:24:14 UTC (rev 55448)
@@ -22,11 +22,3 @@
'area': libvect.GV_AREA, # 7
'volume': libvect.GV_VOLUME} # 8
-GV_TYPE = {libvect.GV_POINT: {'label': 'point', 'obj': geo.Point},
- libvect.GV_LINE: {'label': 'line', 'obj': geo.Line},
- libvect.GV_BOUNDARY: {'label': 'boundary', 'obj': geo.Boundary},
- libvect.GV_CENTROID: {'label': 'centroid', 'obj': geo.Centroid},
- libvect.GV_FACE: {'label': 'face', 'obj': None},
- libvect.GV_KERNEL: {'label': 'kernel', 'obj': None},
- libvect.GV_AREA: {'label': 'area', 'obj': geo.Area},
- libvect.GV_VOLUME: {'label': 'volume', 'obj': None}, }
More information about the grass-commit
mailing list