Skip to content

Commit ae9b8fc

Browse files
committedJan 8, 2019
Fix "unexpected geometry type:7" warning thrown by pal geometry handling
1 parent 13ac907 commit ae9b8fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/core/pal/util.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ QLinkedList<const GEOSGeometry *> *pal::Util::unmulti( const GEOSGeometry *the_g
106106
case GEOS_MULTIPOINT:
107107
case GEOS_MULTILINESTRING:
108108
case GEOS_MULTIPOLYGON:
109+
case GEOS_GEOMETRYCOLLECTION:
109110
nGeom = GEOSGetNumGeometries_r( geosctxt, geom );
110111
for ( i = 0; i < nGeom; i++ )
111112
{

0 commit comments

Comments
 (0)
Please sign in to comment.