GDAL
January 11, 2008, 8:02pm
1
#15: Grass63 -wx gui menu item referes to incorrect function
------------------------------+---------------------------------------------
Reporter: brian | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: minor | Milestone: 6.3.0
Component: default | Version: svn-trunk
Keywords: v.in.ogr wxgrass |
------------------------------+---------------------------------------------
Grass63 -wx gui menu item refers to incorrect function. The current svn
Grass wxgrass gui menu item, File > Import Vector Map > Multiple formats
using OGR, refers to db.in.ogr. Should refer to v.in.ogr
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/15> ;
GRASS-trac <http://grass.osgeo.org >
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
GDAL
January 11, 2008, 8:31pm
2
#15: Grass63 -wx gui menu item referes to incorrect function
---------------------+------------------------------------------------------
Reporter: brian | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: minor | Milestone: 6.3.0
Component: Python | Version: svn-trunk
Resolution: | Keywords: v.in.ogr wxgrass
---------------------+------------------------------------------------------
Changes (by neteler):
* component: default => Python
Comment:
In my version it does point to v.in.ogr.
Also: gui_modules/menudata.py contains
{{{
("Import database table", (
("Multiple import formats using OGR", "Import multiple
formats using OGR", "self.OnMenuCmd", "db.in.ogr"),
)),
}}}
and
{{{
[neteler@localhost wxpython]$ grep db.in.ogr */*
gui_modules/menudata.py: ("Multiple import formats using
OGR", "Import multiple formats using OGR", "self.OnMenuCmd", "db.in.ogr"),
}}}
Not sure why you get a different result.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/15#comment:1> ;
GRASS-trac <http://grass.osgeo.org >
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
GDAL
January 11, 2008, 8:51pm
3
#15: Grass63 -wx gui menu item referes to incorrect function
---------------------+------------------------------------------------------
Reporter: brian | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: closed
Priority: major | Milestone: 6.4.0
Component: Python | Version: svn-trunk
Resolution: fixed | Keywords: v.in.ogr wxgrass
---------------------+------------------------------------------------------
Changes (by martinl):
* priority: minor => major
* status: new => closed
* resolution: => fixed
* milestone: 6.3.0 => 6.4.0
Comment:
Fixed now in trunk [29671].
Martin
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/15#comment:2> ;
GRASS-trac <http://grass.osgeo.org >
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/