[GRASS-SVN] r63972 - grass/trunk/lib/python/pygrass/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jan 7 00:37:06 PST 2015
Author: zarch
Date: 2015-01-07 00:37:06 -0800 (Wed, 07 Jan 2015)
New Revision: 63972
Modified:
grass/trunk/lib/python/pygrass/gis/__init__.py
Log:
pygrass: update Element Types removing: G_ELEMENT_ICON and G_ELEMENT_SITES and rename labels to label
Modified: grass/trunk/lib/python/pygrass/gis/__init__.py
===================================================================
--- grass/trunk/lib/python/pygrass/gis/__init__.py 2015-01-06 22:17:03 UTC (rev 63971)
+++ grass/trunk/lib/python/pygrass/gis/__init__.py 2015-01-07 08:37:06 UTC (rev 63972)
@@ -19,9 +19,7 @@
'raster_3d': libgis.G_ELEMENT_RASTER3D,
'vector': libgis.G_ELEMENT_VECTOR,
'ascii_vector': libgis.G_ELEMENT_ASCIIVECTOR,
- 'icon': libgis.G_ELEMENT_ICON,
- 'labels': libgis.G_ELEMENT_LABEL,
- 'sites': libgis.G_ELEMENT_SITE,
+ 'label': libgis.G_ELEMENT_LABEL,
'region': libgis.G_ELEMENT_REGION,
'group': libgis.G_ELEMENT_GROUP}
@@ -308,7 +306,7 @@
* 'ascii_vector',
* 'group',
- * 'labels',
+ * 'label',
* 'raster',
* 'raster_3d',
* 'region',
More information about the grass-commit
mailing list