> Date: Tue, 25 Oct 2011 12:37:36 -0700 (PDT)
> From: wittich <vwitt...@gmail.com>
> Subject: [GRASS-user] Re: Add DB entries to vector line (after
>        v.split)
> To: grass-user@lists.osgeo.org
> Message-ID: <1319571456756-6930154.p...@n2.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> > v.info lines_split
>
>
> +----------------------------------------------------------------------------+
>  | Layer:           lines_split
>  | Map format:      native
>
>
> |----------------------------------------------------------------------------
>  |   Type of Map:  vector (level: 2)
>  |   Number of points:       0               Number of areas:      0
>  |   Number of lines:        598             Number of islands:    0
>  |   Number of boundaries:   0             Number of faces:      0
>  |   Number of centroids:    0               Number of kernels:    0
>  |
>  |   Map is 3D:              No
>  |   Number of dblinks:      1
>  |
>  |   Digitization threshold: 0
>  |   Comments:
>
>
> +----------------------------------------------------------------------------+
>
> > v.category in=lines_split opt=report
> Layer/table: 1/lines_split
> type       count        min        max
> point          0          0          0
> line         598          1          3
> boundary       0          0          0
> centroid       0          0          0
> area           0          0          0
> all          598          1          3
>
>
Vector map looks normal.

Maybe try to run one more time:
v.category in=lines_split out=lines_split_nocats type=line opt=del
v.category in=lines_split_nocats out=lines_split_newcats type=line opt=add
??
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to