[GRASS-user] Re: Add DB entries to vector line (after v.split)
Alexander Muriy
amuriy at gmail.com
Wed Oct 26 04:30:46 EDT 2011
> Date: Tue, 25 Oct 2011 12:37:36 -0700 (PDT)
> From: wittich <vwittich at gmail.com>
> Subject: [GRASS-user] Re: Add DB entries to vector line (after
> v.split)
> To: grass-user at lists.osgeo.org
> Message-ID: <1319571456756-6930154.post at 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
??
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/grass-user/attachments/20111026/c9dc5152/attachment-0001.html
More information about the grass-user
mailing list