shapeindex - skip 'null' shapes (ref #3288)

This commit is contained in:
artemp 2016-02-08 15:45:03 +01:00
parent 9e7b67e35d
commit 2b725dd257

View file

@ -187,6 +187,8 @@ int main (int argc,char** argv)
}
shape_type = shp.read_ndr_integer();
if (shape_type == shape_io::shape_null) continue;
if (shape_type==shape_io::shape_point
|| shape_type==shape_io::shape_pointm
|| shape_type == shape_io::shape_pointz)