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