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
The geometry argument is used to select which kind of shapes to create when using ShapesModel.parse.
The possible arguments are 0, 3 and 6 which map to Circles, Polygon and MultiPolygon respectively.
Instead of relying on an incomplete enumeration of GEOS geometry types the argument should accept strings ( "circles", "polygon", "multipolygon").
The text was updated successfully, but these errors were encountered:
The geometry argument is used to select which kind of shapes to create when using
ShapesModel.parse
.The possible arguments are 0, 3 and 6 which map to
Circles
,Polygon
andMultiPolygon
respectively.Instead of relying on an incomplete enumeration of GEOS geometry types the argument should accept strings ( "circles", "polygon", "multipolygon").
The text was updated successfully, but these errors were encountered: