Skip to content

Feature missing when the clipped geometry is a mixed GeometryCollection.  #50

@1085904057

Description

@1085904057

For example, when a polygon's intersection of buffered tile envelope is a GeometryCollection which consists of a Point and a Polygon, this GeometryCollection will be omitted from the encoded bytes of tile.
Because the commands(geometry Geometry) method only process MultiPoint, MultiLineString, MultiPolygon, Point, LineString and Polygon, so we should convert the clipped mixed GeometryCollection to one of them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions