Opened 6 years ago
Closed 6 years ago
#3684 closed defect (invalid)
Querying a raster layer outside its extent in wxGUI doesn't clear previous results
Reported by: | hcho | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
Steps to reproduce this issue:
- Query a null pixel => No results
- Query a non-null pixel => Valid results
- Query a null pixel again => Results from step 2 don't get cleared. Can be misleading.
Change History (5)
comment:1 by , 6 years ago
comment:3 by , 6 years ago
I also can not reproduce, but I do get a warning in Terminal. Could there be an edge case with stderr messing things up?
GRASS_INFO_WARNING(14721,1): 388905.055487 165780.517879 is outside your current region GRASS_INFO_END(14721,1)
comment:4 by , 6 years ago
Hmm... I updated and recompile my trunk. Now, I cannot reproduce it either. It was the "urban" raster map in the NC sample dataset. Closing it for now.
comment:5 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
FYI, vector query properly clears previous results.