#18: Grass63 -wx gui function r.in.xyz form not updating input fields.
------------------------------+---------------------------------------------
Reporter: brian | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.3.0
Component: default | Version: svn-trunk
Keywords: r.in.xyz wxgrass |
------------------------------+---------------------------------------------
Grass63 -wx gui function r.in.xyz form not updating input fields.
Tried to import two xyz files, one after the other. The first import
worked correctly, but the second import still had the same input file name
as the first import, i.e:
First import cmd
r.in.xyz input=/home/xxxx/data/mbes_comp_200m_grid.xyz
output=mbes_comp_200m fs=,
Second import cmd should have been:
r.in.xyz input=/home/xxxx/data/mbes_comp_50m_grid.xyz output=mbes_comp_50m
fs=,
Second import cmd was as follows:
r.in.xyz input=/home/xxxx/data/mbes_comp_200m_grid.xyz
output=mbes_comp_50m fs=,
Also tried to exec the correct second import command from the layer
manager CMD > interface. Unfortunately the command output showed that it
still had the input file name from the first import.
#18: Grass63 -wx gui function r.in.xyz form not updating input fields.
----------------------+-----------------------------------------------------
Reporter: brian | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: default | Version: svn-trunk
Resolution: | Keywords: r.in.xyz wxgrass
----------------------+-----------------------------------------------------
Changes (by martinl):
* milestone: 6.3.0 => 6.4.0
Comment:
Replying to [ticket:18 brian]:
> First import cmd
> r.in.xyz input=/home/xxxx/data/mbes_comp_200m_grid.xyz
output=mbes_comp_200m fs=,
>
> Second import cmd should have been:
> r.in.xyz input=/home/xxxx/data/mbes_comp_50m_grid.xyz
output=mbes_comp_50m fs=,
>
> Second import cmd was as follows:
> r.in.xyz input=/home/xxxx/data/mbes_comp_200m_grid.xyz
output=mbes_comp_50m fs=,
>
> Also tried to exec the correct second import command from the layer
manager CMD > interface. Unfortunately the command output showed that it
still had the input file name from the first import.
Sorry, I do not fully understand, I launched r.in.xyz
* select first file
* run the command
* then selected the second file
* run the command again
Everything seems OK for me, from command output tab...
$ r.in.xyz input=/home/martin/src/grass_trunk/in.txt output=r00
Scanning data ...
Writing to map ...
r.in.xyz complete. 0 points found in region.
$ r.in.xyz input=/home/martin/src/grass_trunk/in1.txt output=r01
Scanning data ...
Writing to map ...
r.in.xyz complete. 0 points found in region.
#18: Grass63 -wx gui function r.in.xyz form not updating input fields.
---------------------+------------------------------------------------------
Reporter: brian | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: Python | Version: svn-trunk
Resolution: | Keywords: r.in.xyz wxgrass
---------------------+------------------------------------------------------
Changes (by martinl):
* component: default => Python
Comment:
Replying to [comment:2 brian]:
> Am using compiled svn-trunk.
>
> Setup two systems at work with grass_trunk at identical builds (29702),
one a Ubuntu 7.10 and the other Mandriva 2008.
>
> I can repeat the fault on the Ubuntu system, however the Mandriva system
performs the test ok.
>
> The configure options are different between systems, see attached files.
Hm, strange, are you using the same version of wxPython on Ubuntu and
Mandriva?