bug fix - add missing break statement
This commit is contained in:
parent
529231f709
commit
3be0074c20
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ public:
|
|||
break;
|
||||
case wkbPolygonZM:
|
||||
geom = std::move(read_polygon<true,true>());
|
||||
break;
|
||||
case wkbMultiPointZ:
|
||||
case wkbMultiPointM:
|
||||
geom = std::move(read_multipoint<true>());
|
||||
|
|
Loading…
Reference in a new issue