mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
geojson: Add MultiLineString to Geometry union
This commit is contained in:
Vendored
+1
-1
@@ -80,7 +80,7 @@ export interface GeometryObject extends GeoJsonObject {
|
||||
* Union of geometry objects.
|
||||
* https://tools.ietf.org/html/rfc7946#section-3
|
||||
*/
|
||||
export type Geometry = Point | MultiPoint | LineString | Polygon | MultiPolygon | GeometryCollection;
|
||||
export type Geometry = Point | MultiPoint | LineString | MultiLineString | Polygon | MultiPolygon | GeometryCollection;
|
||||
|
||||
/**
|
||||
* Point geometry object.
|
||||
|
||||
Reference in New Issue
Block a user