You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: