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 ]]
  ]
}'

Example output

[1] "{\n  \"type\": \"MultiLineString\",\n  \"coordinates\": [\n     [[ -105, 39 ], [ -105, 39 ]],\n     [[ -105, 39 ], [ -105, 39 ]]\n  ]\n}"

geoops documentation built on July 1, 2020, 10:39 p.m.