[GRASS-SVN] r62179 - in grass/trunk: gui/wxpython/gui_core lib lib/manage scripts vector

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 4 13:48:37 PDT 2014


Author: annakrat
Date: 2014-10-04 13:48:37 -0700 (Sat, 04 Oct 2014)
New Revision: 62179

Removed:
   grass/trunk/lib/sites/
   grass/trunk/scripts/v.in.sites.all/
   grass/trunk/vector/v.in.sites/
Modified:
   grass/trunk/gui/wxpython/gui_core/gselect.py
   grass/trunk/lib/Makefile
   grass/trunk/lib/manage/element_list
   grass/trunk/lib/manage/option.c
   grass/trunk/scripts/Makefile
   grass/trunk/vector/Makefile
Log:
remove sites element and library - #2440

Modified: grass/trunk/gui/wxpython/gui_core/gselect.py
===================================================================
--- grass/trunk/gui/wxpython/gui_core/gselect.py	2014-10-04 19:16:52 UTC (rev 62178)
+++ grass/trunk/gui/wxpython/gui_core/gselect.py	2014-10-04 20:48:37 UTC (rev 62179)
@@ -434,10 +434,6 @@
                        'labels':'labels',
                        'label':'labels',
                        'paint label files':'labels',
-                       'site_lists':'sites',
-                       'sites':'sites',
-                       'site list':'sites',
-                       'site list files':'sites',
                        'windows':'region',
                        'region':'region',
                        'region definition':'region',

Modified: grass/trunk/lib/Makefile
===================================================================
--- grass/trunk/lib/Makefile	2014-10-04 19:16:52 UTC (rev 62178)
+++ grass/trunk/lib/Makefile	2014-10-04 20:48:37 UTC (rev 62179)
@@ -27,7 +27,6 @@
 	cluster \
 	rowio \
 	segment \
-	sites \
 	rst \
 	lidar \
 	raster3d \

Modified: grass/trunk/lib/manage/element_list
===================================================================
--- grass/trunk/lib/manage/element_list	2014-10-04 19:16:52 UTC (rev 62178)
+++ grass/trunk/lib/manage/element_list	2014-10-04 20:48:37 UTC (rev 62179)
@@ -25,7 +25,6 @@
 dig_ascii:asciivect:asciivector:ASCII vector map(s)
 icons:icon:icon:paint icon file(s)
 paint/labels:labels:label:paint label file(s)
-site_lists:sites:site list:site list file(s)
 windows:region:region definition:region definition(s)
 windows3d:region3d:region3D definition:3D region definition(s)
 group:group:imagery group:imagery group(s)

Modified: grass/trunk/lib/manage/option.c
===================================================================
--- grass/trunk/lib/manage/option.c	2014-10-04 19:16:52 UTC (rev 62178)
+++ grass/trunk/lib/manage/option.c	2014-10-04 20:48:37 UTC (rev 62179)
@@ -50,8 +50,7 @@
     if (strcmp(p->key, "rast") == 0 || strcmp(p->key, "rast3d") == 0)
 	p->guisection = _("Raster");
     else if (strcmp(p->key, "vect") == 0 || strcmp(p->key, "oldvect") == 0 ||
-	     strcmp(p->key, "asciivect") == 0 ||
-	     strcmp(p->key, "sites") == 0)
+	     strcmp(p->key, "asciivect") == 0)
 	p->guisection = _("Vector");
     else if (strcmp(p->key, "region") == 0 || strcmp(p->key, "region3d") == 0)
 	p->guisection = _("Region");

Modified: grass/trunk/scripts/Makefile
===================================================================
--- grass/trunk/scripts/Makefile	2014-10-04 19:16:52 UTC (rev 62178)
+++ grass/trunk/scripts/Makefile	2014-10-04 20:48:37 UTC (rev 62179)
@@ -62,7 +62,6 @@
 	v.in.gns \
 	v.in.lines \
 	v.in.mapgen \
-	v.in.sites.all \
 	v.in.wfs \
 	v.rast.stats \
 	v.report \

Modified: grass/trunk/vector/Makefile
===================================================================
--- grass/trunk/vector/Makefile	2014-10-04 19:16:52 UTC (rev 62178)
+++ grass/trunk/vector/Makefile	2014-10-04 20:48:37 UTC (rev 62179)
@@ -28,7 +28,6 @@
 	v.in.db \
 	v.in.dxf \
 	v.in.region \
-	v.in.sites \
 	v.kcv \
 	v.kernel \
 	v.label \



More information about the grass-commit mailing list