[GRASS-SVN] r65829 - grass/trunk/scripts/v.pack

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Aug 4 13:08:06 PDT 2015


Author: neteler
Date: 2015-08-04 13:08:06 -0700 (Tue, 04 Aug 2015)
New Revision: 65829

Modified:
   grass/trunk/scripts/v.pack/v.pack.py
Log:
v.pack: also package PROJ_EPSG is available (as in newer locations)

Modified: grass/trunk/scripts/v.pack/v.pack.py
===================================================================
--- grass/trunk/scripts/v.pack/v.pack.py	2015-08-04 16:38:49 UTC (rev 65828)
+++ grass/trunk/scripts/v.pack/v.pack.py	2015-08-04 20:08:06 UTC (rev 65829)
@@ -108,7 +108,7 @@
     
     # add to the tar file the PROJ files to check when unpack file    
     gisenv = grass.gisenv()
-    for support in ['INFO', 'UNITS']:
+    for support in ['INFO', 'UNITS', 'EPSG']:
         path = os.path.join(gisenv['GISDBASE'], gisenv['LOCATION_NAME'],
                             'PERMANENT', 'PROJ_' + support)
         if os.path.exists(path):



More information about the grass-commit mailing list