[GRASS5] d.vect -a|c for all types ver2

Radim Blazek radim.blazek at gmail.com
Thu Oct 20 12:49:00 EDT 2005


On 10/20/05, Martin Landa <landa.martin at gmail.com> wrote:
> area.c:
> -       if (Vect_get_isle_area (Map, area)) { /* isle ? */
> ---
> +       if (!Vect_is_3d (Map) && Vect_get_isle_area (Map, area)) { /* isle ? */

Vect_get_isle_area returns area number for given isle, so it
is wrong to give area as parameter.

Radim




More information about the grass-dev mailing list