[GRASS-SVN] r65830 - grass/branches/releasebranch_7_0/scripts/v.pack

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


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

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

Modified: grass/branches/releasebranch_7_0/scripts/v.pack/v.pack.py
===================================================================
--- grass/branches/releasebranch_7_0/scripts/v.pack/v.pack.py	2015-08-04 20:08:06 UTC (rev 65829)
+++ grass/branches/releasebranch_7_0/scripts/v.pack/v.pack.py	2015-08-04 20:13:02 UTC (rev 65830)
@@ -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