We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Point
Line
Polygon
Multi* geometry will come eventually
var point = Shapely.point( [ 0, 0 ] );
var line = Shapely.line( [ [ 0, 0 ], [ 1, 1 ], [ 2, 2 ], [ 3, 3 ] ] );
var polygon = Shapely.polygon( [ [ 0, 0 ], [ 1, 1 ], [ 2, 2 ], [ 3, 3 ], [ 0, 0 ] ]);
There was an error while loading. Please reload this page.