Carlos wrote:
> Hello, I just converted a vector map
> from boundaries to lines, and
> then tried to convert it to a raster, but unsuccessfully.
boundaries typically do not have cat numbers assigned. only features
with cat numbers will be considered by v.to.rast. Use v.category to
add cat numbers to features.
H