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;
|
break;
|
||||||
case wkbPolygonZM:
|
case wkbPolygonZM:
|
||||||
geom = std::move(read_polygon<true,true>());
|
geom = std::move(read_polygon<true,true>());
|
||||||
|
break;
|
||||||
case wkbMultiPointZ:
|
case wkbMultiPointZ:
|
||||||
case wkbMultiPointM:
|
case wkbMultiPointM:
|
||||||
geom = std::move(read_multipoint<true>());
|
geom = std::move(read_multipoint<true>());
|
||||||
|
|
Loading…
Reference in a new issue