Ticket #18 (closed defect: fixed)
Grass63 -wx gui function r.in.xyz form not updating input fields.
| Reported by: | brian | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | major | Milestone: | 6.4.0 |
| Component: | Python | Version: | svn-trunk |
| Keywords: | r.in.xyz wxgrass | Cc: | |
| Platform: | CPU: |
Description
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.

