Browse Source

wxGUI: new OGR polygon layer - GRASS feature type 'boundary'

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48175 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
02347d58a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gui/wxpython/gui_modules/gselect.py

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

@@ -1737,4 +1737,4 @@ class OgrTypeSelect(wx.Panel):
         elif sel == 1:
             return 'line'
         elif sel == 2:
-            return 'area'
+            return 'boundary'