소스 검색

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    
     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):