Opened 11 years ago
Closed 8 years ago
#2239 closed defect (fixed)
GRASS 7: v.to.rast -d produces empty raster when used on areas
Reported by: | sbl | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.0 |
Component: | Vector | Version: | svn-trunk |
Keywords: | v.to.rast | Cc: | |
CPU: | Unspecified | Platform: | All |
Description
Converting areas from vector to raster (v.to.rast) with the -d flag (dense lines) results in an empty raster map.
This is probably/likely because boundaries are not lines in a topolgical sense.
It may be technically chalenging to desify also boundaries. Here one might probably have to distinguish shared boundaries (which can not be densified) and boundaries "owned" by a single area (which could be desified).
In any case, it would be helpful to catch this behavior at least using a warning/error message and by adding information to the manual.
Note:
See TracTickets
for help on using tickets.
Replying to sbl:
Converting areas and densifying lines is mutually exclusive. Line densification is now (trunk r67918) disabled if areas are converted.
You can now convert boundaries with
Done in trunk r67918.