mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
shapeindex - skip 'null' shapes (ref #3288)
This commit is contained in:
parent
9e7b67e35d
commit
2b725dd257
@ -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…
x
Reference in New Issue
Block a user