bug fix - add missing break statement

This commit is contained in:
artemp 2015-04-02 14:58:05 +02:00
parent 529231f709
commit 3be0074c20

View file

@ -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>());