id summary reporter owner description type status milestone component version severity resolution keywords cc 6585 Multipoint syntax variant aleksey.tulinov@… Barend Gehrels "Multipoint might be written in to variants: ""MULTIPOINT ((10 40), (40 30), (20 20), (30 10))"" or ""MULTIPOINT (10 40, 40 30, 20 20, 30 10)"". read_wkt() does parse first variant, but doesn't parse second. I've added multipoint_parser to switch between variants depending on the format of the first point in WKT. I've also added check_end() call to multi_parser to handle incorrect definitions like ""MULTILINESTRING ((10 10, 20 20, 10 40), (40 40, 30 30, 40 20, 30 10)), (0 0, 1 1)"" Patch and test application are attached to ticket." Patches closed Boost 1.50.0 geometry Boost Development Trunk Problem fixed