Closed bekozi closed 8 years ago
multipoint
, multilinestring
, and multipolygon
added as acceptable geometry types. They don't serve much purpose as coordinate indices are still scanned for multi-part break values if one is present. This was primarily done to come in line with OGC.
Add
multi*
geometry types in addition to the singleton types. Checking for multi-geometries will be delegated to the geometry type and not dependent on themultipart_break_value
.