Opened 9 years ago
Closed 9 years ago
#2689 closed defect (fixed)
handling nulls warning on Windows
Reported by: | annakrat | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.1 |
Component: | LibRaster | Version: | svn-trunk |
Keywords: | nulls, rendering | Cc: | |
CPU: | Unspecified | Platform: | MSWindows 8 |
Description
Simple example:
r.mapcalc "test = null()"
produces:
WARNING: Unable to rename file <C:\Users\akratoc\grassdata/nc_spm_08_grass7/user1/.tmp/unknown/8048.1> to <C:\Users\akratoc\grassdata/nc_spm_08_grass7/user1/cell_misc/test/null>: Permission denied
but then when I check the directory, the null file is there. I am getting rendering error, that it didn't find PPM file, but only when running mapcalc from the mapcalc gui when it tries to add the result to the layer manager. Tested with trunk on Windows 8, revision r65361 (4 days ago).
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replying to annakrat:
see #2712
tested here with
works here.
closing ticket?