소스 검색

wxGUI: `v.in.ogr -t` -> `v.in.ogr -a`

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48263 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 년 전
부모
커밋
0a767b5d58
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      gui/wxpython/gui_modules/gselect.py

+ 1 - 1
gui/wxpython/gui_modules/gselect.py

@@ -1477,7 +1477,7 @@ class GdalSelect(wx.Panel):
             ret = gcmd.RunCommand('v.in.ogr',
             ret = gcmd.RunCommand('v.in.ogr',
                                   quiet = True,
                                   quiet = True,
                                   read = True,
                                   read = True,
-                                  flags = 't',
+                                  flags = 'a',
                                   dsn = dsn)
                                   dsn = dsn)
                 
                 
             if not ret:
             if not ret: