shapeindex - skip 'null' shapes (ref #3288)
This commit is contained in:
parent
9e7b67e35d
commit
2b725dd257
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue