瀏覽代碼

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 年之前
父節點
當前提交
5974c1da1d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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    
     # add to the tar file the PROJ files to check when unpack file    
     gisenv = grass.gisenv()
     gisenv = grass.gisenv()
-    for support in ['INFO', 'UNITS']:
+    for support in ['INFO', 'UNITS', 'EPSG']:
         path = os.path.join(gisenv['GISDBASE'], gisenv['LOCATION_NAME'],
         path = os.path.join(gisenv['GISDBASE'], gisenv['LOCATION_NAME'],
                             'PERMANENT', 'PROJ_' + support)
                             'PERMANENT', 'PROJ_' + support)
         if os.path.exists(path):
         if os.path.exists(path):