Browse Source

v.pack: also package PROJ_EPSG if available (as in newer locations)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@65830 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 years ago
parent
commit
5974c1da1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/v.pack/v.pack.py

+ 1 - 1
scripts/v.pack/v.pack.py

@@ -108,7 +108,7 @@ def main():
     
     # 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):