MultiLineString: MultiLineString

Description See Also Examples

Description

For type "MultiLineString", the "coordinates" member must be an array of LineString coordinate arrays.

See Also

Other geo types: FeatureCollection, Feature, GeometryCollection, LineString, MultiPoint, MultiPolygon, Point, Polygon, geojson-types

Examples

1
2
3
4
5
6
7
'{
  "type": "MultiLineString",
  "coordinates": [
     [[ -105, 39 ], [ -105, 39 ]],
     [[ -105, 39 ], [ -105, 39 ]]
  ]
}'

ropenscilabs/geoops documentation built on Jan. 1, 2021, 4:03 p.m.