mapbox/wellknown

parse not working for geometrycollection containing multipoint and other geometries

Opened this issue · 0 comments

geometries like this return null from parse

GEOMETRYCOLLECTION(MULTIPOINT(1 2, 3 4), LINESTRING(5 6, 7 8))

this code here seems to cause a problem
image